@setoelkahfi / svara / commits / 8a5c59d

style: scrollbar corner transparent

mellbacon committed May 21, 2023 at 14:10 UTC 8a5c59d78a5ea53012c161b87c2c337c5049899f
1 file changed +3
src/lib/SidebarView.svelte
+3
@@ -26,5 +26,8 @@
26 &::-webkit-scrollbar-thumb {
27 background-color: #4c4c4c38;
28 }
29 + &::-webkit-scrollbar-corner {
30 + background-color: transparent;
31 + }
32 }
33 </style>
\ No newline at end of file