delete overflow-y (#4005)

This commit is contained in:
maTh
2021-11-30 22:28:55 +01:00
committed by GitHub
parent c5d444e8df
commit f6db32bdfb
2 changed files with 0 additions and 2 deletions

View File

@@ -527,7 +527,6 @@ a.btn {
@supports (scrollbar-width: thin) {
#sidebar,
.scrollbar-thin {
overflow-y: auto;
scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
scrollbar-width: thin;
}

View File

@@ -527,7 +527,6 @@ a.btn {
@supports (scrollbar-width: thin) {
#sidebar,
.scrollbar-thin {
overflow-y: auto;
scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
scrollbar-width: thin;
}