Fix scrollbar height and corner

This commit is contained in:
1ilit 2024-07-07 17:21:54 +03:00
parent 9e2bb48fb8
commit d5568c42bf

View File

@ -35,12 +35,17 @@
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
opacity: 0;
}
::-webkit-scrollbar-corner {
opacity: 0;
}
::-webkit-scrollbar-thumb {
background-color: rgba(var(--semi-grey-2), 1);
border-radius: 8px;