fixing scroll to top button and horizontal scrolling

This commit is contained in:
Nasir Anthony Montalvo
2026-03-09 00:20:47 -05:00
parent cfc9616319
commit 1eb1746311
2 changed files with 28 additions and 6 deletions

View File

@@ -1234,12 +1234,11 @@ object {
height: auto;
}
@media (max-width: 768px) {
body {
overflow-x: hidden;
max-width: 100vw;
min-width: 0;
}
body {
@media (max-width: 768px) {
touch-action: pan-y;
overflow-x: hidden;
}
}
figure {