mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Make panel scrollbar track persistent
The bar is effectively invisible, but having it present means that we don't see a jarring change in width when the content expands into the overflow zone and triggers the scrollbar to suddenly appear. // FREEBIE
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
.panel {
|
||||
height: calc(100% - #{$header-height});
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
.container {
|
||||
padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user