feat: remove -ms-overflow-style CSS property from left column
This commit is contained in:
parent
b6b8d10d29
commit
9d1eeff582
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ function createDropdown() {
|
||||||
gap: 1.5dvh;
|
gap: 1.5dvh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-column-top::-webkit-scrollbar, #left-column-bottom::-webkit-scrollbar {
|
#left-column-top::-webkit-scrollbar, #left-column-bottom::-webkit-scrollbar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue