revert: restore mobile body scroll for pull-to-reload
Reverts 550b3cf — removing the override broke pull-to-reload, and
single-scroll-container did not fix the offset glitch anyway.
This commit is contained in:
@@ -62,6 +62,13 @@ body {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
html,
|
||||
body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.columns {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user