mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 03:43:39 +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;
|
touch-action: pan-y pinch-zoom;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-height: 100vh;
|
max-height: calc(100vh - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
|
Reference in New Issue
Block a user