fix: set min-height for all custom scrollbar thumbs

This commit is contained in:
PalmDevs 2024-06-07 00:10:48 +07:00
parent 9defa75ae5
commit c3a8247610
No known key found for this signature in database
GPG Key ID: 3E6E83A6DD60F38D

View File

@ -137,6 +137,7 @@ p {
background-color: var(--accent-color); background-color: var(--accent-color);
background-clip: content-box; background-clip: content-box;
border-radius: 100px; border-radius: 100px;
min-height: 4rem;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {