Merge pull request #11786 from taylorwilsdon/scroll_enh

fix: Better visibility for scroll bar in webkit browsers
This commit is contained in:
Timothy Jaeryang Baek 2025-03-18 01:25:58 +00:00 committed by GitHub
commit 47d5e21061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ li p {
}
::-webkit-scrollbar {
height: 0.4rem;
height: 0.8rem;
width: 0.4rem;
}