Hide scrollbars until they're needed

This commit is contained in:
Mauricio Bonani
2022-07-28 10:56:38 -04:00
parent dc7fef6395
commit f454c29b8c
8 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
bottom: 0;
left: 0;
right: 0;
overflow-y: scroll;
overflow-y: auto;
.red-ui-palette-category {
&:not(.expanded) button {