fix: update scrollbar dimensions for improved visibility

This commit is contained in:
zurdi
2025-04-09 22:10:36 +00:00
parent 84da2b0ae0
commit 012ac78bc9

View File

@@ -1,6 +1,6 @@
::-webkit-scrollbar {
width: 2px;
height: 2px;
width: 4px;
height: 4px;
}
::-webkit-scrollbar-track {
background: transparent;