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;
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue