Merge pull request #3 from darshkpatel/patch-1

Fixes bottom bar glitch on over-scroll
This commit is contained in:
Rahul Tiwari 2020-04-05 14:31:49 +05:30 committed by GitHub
commit 653b7f904e

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;
}
}