upd: unset overscroll-behavior on universal
This commit is contained in:
parent
7b9c16487b
commit
13e8269993
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user