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

View File

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