Hide scrollbars

This commit is contained in:
Gabe Kangas
2023-01-18 14:45:59 -08:00
parent bd8925f135
commit a1a3272031
6 changed files with 26 additions and 89 deletions

View File

@@ -20,14 +20,11 @@
}
.mainSection::-webkit-scrollbar {
width: 5px;
height: auto;
background-color: var(--theme-color-components-scrollbar-background);
display: none;
}
.mainSection::-webkit-scrollbar-thumb {
background: var(--theme-color-components-scrollbar-thumb);
border-radius: 1px;
display: none;
}
.topSection {