mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fixes modal scrolling issue by changing height 100vh to bottom 0
This commit is contained in:
parent
49b52b0506
commit
c119d67f78
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