Fixed html body
Build & Push Docker Images / test-backend (push) Successful in 1m10s
Build & Push Docker Images / test-frontend (push) Successful in 1m3s
Build & Push Docker Images / build-backend (push) Successful in 1m6s
Build & Push Docker Images / build-frontend (push) Successful in 1m51s

This commit is contained in:
Antoni Nuñez Romeu
2026-06-05 23:08:05 +02:00
parent 2048a695f1
commit 14e9c16310
+5 -1
View File
@@ -34,8 +34,12 @@
box-sizing: border-box; box-sizing: border-box;
} }
html, body { html {
overscroll-behavior: none; overscroll-behavior: none;
overflow-x: clip;
}
body {
overflow-x: hidden; overflow-x: hidden;
} }