Fixes bottom bar glitch on overscroll

This commit is contained in:
Darsh Patel 2020-04-03 21:04:56 +05:30 committed by GitHub
parent 4631c87b05
commit acb5e28575

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