1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Don't clip popups if they go off the bottom of the screen

This commit is contained in:
Toby Zerner
2015-03-17 17:03:16 +10:30
parent c451f5f80c
commit 2c28432ff0

View File

@@ -7,7 +7,7 @@ body {
margin: 0 auto; margin: 0 auto;
} }
.global-page { .global-page {
overflow: hidden; overflow-x: hidden;
} }
// ------------------------------------ // ------------------------------------