Browse Source

Fixes bottom bar glitch on overscroll

main
Darsh Patel 4 years ago
parent
commit
e321102d67
No account linked to committer's email address
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      static/css/style.css

+ 4
- 2
static/css/style.css View File

@@ -6,7 +6,9 @@ body {
max-width: 40rem;
padding: 2rem;
margin: auto;
background: #fafafa; }
background: #fafafa;
overscroll-behavior-y: none;
}

img {
max-width: 100%; }
@@ -36,4 +38,4 @@ h3 {
hr {
border: 0px;
border: 1px solid #eee;
}
}

Loading…
Cancel
Save