Blocking scroll to reload

This commit is contained in:
Fabian Stamm 2019-07-30 16:06:22 +00:00
parent b05e2d3c55
commit bc6b12afa1

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

@ -49,6 +49,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);
} }