Frontend: Set overscroll-behavior-y to contain #242

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-03-24 14:41:33 +01:00
parent 1c5fbbb776
commit d4b6eb1929

View file

@ -7,11 +7,15 @@
@import url("photos.css");
@import url("labels.css");
html,
body {
overscroll-behavior-y: contain;
}
body {
background: rgb(250, 250, 250);
color: #333333;
font-family: Roboto, sans-serif;
-webkit-user-drag: none;
}
footer {