mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: ensures menu panel is not too tall for screen (#8248)
This commit is contained in:
parent
200cef90ea
commit
af65809ec6
@ -51,7 +51,7 @@
|
||||
touch-action: pan-y pinch-zoom;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: 100vh;
|
||||
max-height: calc(100vh - 100px);
|
||||
}
|
||||
|
||||
.badge-notification {
|
||||
|
Loading…
Reference in New Issue
Block a user