Skip to content

Commit 0630e67

Browse files
authored
Merge pull request #243 from ocsigen/fix-popup-position-fixed
Remove position: fixed from body when popup is open
2 parents 7868e1d + 657e9d4 commit 0630e67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css/ot_popup.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
html.ot-with-popup, html.ot-with-popup > body {
22
overflow: hidden;
3-
position: fixed ; /* To prevent scroll on mobile devices.
4-
One must also set top property manually
5-
to prevent scrolling page to top. */
63
}
74
.ot-popup-background {
85
position: fixed ;

0 commit comments

Comments
 (0)