mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
Fix scrolling after hiding "pardon the interruption" popup
This commit is contained in:
parent
05a971878f
commit
9d4599f554
@ -12,6 +12,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.u-overflowHidden {
|
||||
overflow: scroll !important;
|
||||
/* Makes the page scrollable after hiding "Pardon the interruption" popup */
|
||||
html.u-overflowHidden {
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user