upd: unset overscroll-behavior on universal

This commit is contained in:
Mar0xy 2023-11-28 02:07:50 +01:00
parent 7b9c16487b
commit 13e8269993
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

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);
}