Give scrollbar thumb a slight radius

This commit is contained in:
Gabe Kangas
2022-12-05 21:52:24 -08:00
parent f50aa7ca15
commit 5bc7fe04b6

View File

@@ -24,6 +24,7 @@
.mainSection::-webkit-scrollbar-thumb {
background: var(--theme-color-components-scrollbar-thumb);
border-radius: 1px;
}
.topSection {