Compare commits

3 Commits

Author SHA1 Message Date
db5a363bff Merge branch 'retheme' 2020-02-09 00:38:26 +01:00
bc6b12afa1 Blocking scroll to reload 2019-07-30 16:06:22 +00:00
6424f66732 Blocking pull to reload. 2019-07-30 16:02:43 +00:00

8
src/index.scss Executable file → Normal file
View File

@ -1,5 +1,8 @@
@import "./vars.scss"; @import "./vars.scss";
body {
overscroll-behavior-y: contain;
}
// html { // html {
// min-height: 100%; // min-height: 100%;
@ -49,6 +52,11 @@
// } // }
body {
overscroll-behavior-y: contain;
}
.def-shadow { .def-shadow {
box-shadow: 0px 5px 8px 2px rgba(66, 66, 66, 0.53); box-shadow: 0px 5px 8px 2px rgba(66, 66, 66, 0.53);
} }