The UI is 100% height so prevent bounce scroll on OSX

This commit is contained in:
orangemug 2018-07-15 21:51:25 +01:00
parent b211f1cd12
commit 252b442ca9

View file

@ -18,6 +18,11 @@ html {
box-sizing: border-box;
}
body {
// The UI is 100% height so prevent bounce scroll on OSX
overflow: hidden;
}
*,
*::before,
*::after {