1
0

upd: unset overscroll-behavior on universal

This commit is contained in:
Mar0xy
2023-11-28 02:07:50 +01:00
parent 7b9c16487b
commit 13e8269993
+1 -1
View File
@@ -324,7 +324,7 @@ $widgets-hide-threshold: 1090px;
min-width: 0;
overflow: auto;
overflow-y: scroll;
overscroll-behavior: contain;
overscroll-behavior: unset;
background: var(--bg);
}