Make scroll bars wider and rounder

This commit is contained in:
JannisX11 2021-08-31 00:40:33 +02:00
parent 2a3bf32169
commit 330721d361

View File

@ -19,8 +19,8 @@
color: var(--color-accent);
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
@ -32,6 +32,7 @@
::-webkit-scrollbar-thumb {
background: var(--color-selected);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {