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:
Julien Calixte
2026-05-04 19:04:46 +02:00
parent c88340d5f1
commit 08e01d8484

View File

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