Fix scrollbar styles across the app

This commit is contained in:
Jamie
2025-10-30 11:55:58 -07:00
committed by GitHub
parent 9bf7d1423f
commit ac38ab92a7
14 changed files with 23 additions and 168 deletions

View File

@@ -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;
}