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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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