chore: fix scrollbars (#2875) [skip e2e]

This commit is contained in:
Aman Harwara
2024-05-04 13:23:57 +05:30
committed by GitHub
parent 1368001333
commit f2f523c94c
4 changed files with 13 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
$thumb-width: 4px;
::-webkit-scrollbar {
width: 17px;
width: 14px;
height: 18px;
border-left: none;
}
@@ -42,13 +42,10 @@
}
}
}
}
body:not(.chromium),
.mac-desktop {
scrollbar-width: thin;
}
.windows-web,
.windows-desktop {
.md\:hover\:overflow-y-auto {
scrollbar-gutter: stable;
}
scrollbar-color: var(--sn-stylekit-scrollbar-thumb-color) transparent;
}