[frontend] Style scrollbars site-wide (not just in code) (#753)

This commit is contained in:
tobi 2022-08-12 13:11:43 +02:00 committed by GitHub
commit bfcd80a0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -166,7 +166,6 @@ main {
border-radius: 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
}
}
}