mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fix scrollbar styles across the app
This commit is contained in:
@@ -119,10 +119,10 @@
|
||||
}
|
||||
|
||||
&__body {
|
||||
@include mixins.scrollbar;
|
||||
@include mixins.scrollbar-on-hover;
|
||||
@include mixins.font-body-1;
|
||||
margin: 0;
|
||||
overflow-y: overlay;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
transition: border-color 150ms ease-in-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user