mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Make scroll bars wider and rounder
This commit is contained in:
parent
2a3bf32169
commit
330721d361
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user