mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Don't clip popups if they go off the bottom of the screen
This commit is contained in:
parent
c1d9f10ada
commit
d3bb0c51eb
|
@ -7,7 +7,7 @@ body {
|
|||
margin: 0 auto;
|
||||
}
|
||||
.global-page {
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
// ------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user