Standardize scrollbar thickness for both horizontal and vertical

This commit is contained in:
infinite-persistence 2021-08-25 14:42:06 +08:00
parent 3d48c9852a
commit 7476c883a2
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -416,6 +416,7 @@
.main-wrapper--scrollbar *::-webkit-scrollbar {
width: 12px;
height: 12px;
}
.main-wrapper--scrollbar *::-webkit-scrollbar-track {