mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Fix window-height css variable
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
&__content {
|
||||
height: calc(100vh - var(--titlebar-height));
|
||||
height: var(--window-height);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user