mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
disable elastic scrolling to work around Qt's buggy behaviour on macOS
This commit is contained in:
parent
23c6cafb94
commit
396f583e2a
1 changed files with 2 additions and 0 deletions
|
@ -48,3 +48,5 @@ body.nightMode::-webkit-scrollbar-thumb {
|
|||
color: vars.$night-link;
|
||||
}
|
||||
}
|
||||
|
||||
body { overscroll-behavior: none; }
|
||||
|
|
Loading…
Reference in a new issue