Set min height of the track

This commit is contained in:
momo5502
2025-04-18 08:56:13 +02:00
parent 11a19593d9
commit dda99b4d70

View File

@@ -216,6 +216,7 @@
::-webkit-scrollbar-thumb {
background-color: rgba(97, 97, 97, 0.4);
border-radius: 20px;
min-height: 50px;
border: 6px solid transparent;
background-clip: content-box;
transition: all 0.1s linear;