disable elastic scrolling to work around Qt's buggy behaviour on macOS

This commit is contained in:
Damien Elmes 2020-01-31 07:12:27 +10:00
parent 23c6cafb94
commit 396f583e2a

View file

@ -48,3 +48,5 @@ body.nightMode::-webkit-scrollbar-thumb {
color: vars.$night-link;
}
}
body { overscroll-behavior: none; }