mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #177 from sharetribe/fix-modal-scrolling
Fixes modal scrolling issue by changing height 100vh to bottom 0
This commit is contained in:
commit
65400a689a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
flex-direction: column;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
background-color: white;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue