mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: ensures menu panel is not too tall for screen (#8248)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user