Left Menu: Use full available height (#1190)

This commit is contained in:
Alexander Zinchuk 2021-06-19 17:47:13 +03:00
parent 2ac90ad21c
commit 4e83151106

View File

@ -64,13 +64,9 @@
.Menu .bubble {
min-width: 17rem;
max-height: calc(100vh - 8.5rem);
max-height: calc(100 * var(--vh) - 3.75rem);
overflow-y: auto;
overflow-y: overlay;
@media (max-height: 640px) {
max-height: calc(100vh - 11rem);
}
}
// @optimization