Frontend: Set overscroll-behavior-y to contain #242
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1c5fbbb776
commit
d4b6eb1929
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue