Fixes bottom bar glitch on overscroll
This commit is contained in:
parent
4631c87b05
commit
acb5e28575
@ -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…
Reference in New Issue
Block a user