1
0
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:
Matt Baer 2018-04-25 20:39:10 -04:00
parent 05a971878f
commit 9d4599f554

View File

@ -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;
}