mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Merge pull request #394 from sharetribe/bugfix-modal-fixed-needs-width
css.scrollingDisabled needs width: 100vw
This commit is contained in:
commit
eba6121810
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
}
|
||||
|
||||
.scrollingDisabled {
|
||||
/* position: fixed and width are added to prevent iOS from scrolling content */
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue