feat: remove -ms-overflow-style CSS property from left column

This commit is contained in:
SauceyRed 2025-07-14 18:44:18 +02:00
parent b6b8d10d29
commit 9d1eeff582
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -262,7 +262,6 @@ function createDropdown() {
gap: 1.5dvh;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
#left-column-top::-webkit-scrollbar, #left-column-bottom::-webkit-scrollbar {