Left Menu: Use full available height (#1190)
This commit is contained in:
parent
2ac90ad21c
commit
4e83151106
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user