From 8f60e056ab1069fae17b8d672e427b79e09af41f Mon Sep 17 00:00:00 2001 From: Finn Le Sueur Date: Mon, 16 Oct 2023 21:33:51 +1300 Subject: [PATCH] Fix: stop menu causing x-scrolling on mobile --- themes/solidaritynz/assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/solidaritynz/assets/css/main.css b/themes/solidaritynz/assets/css/main.css index 3eaf726..bc9593b 100644 --- a/themes/solidaritynz/assets/css/main.css +++ b/themes/solidaritynz/assets/css/main.css @@ -17,6 +17,7 @@ body { font-weight: normal; padding: 1rem 0.5rem; box-sizing: border-box; + overflow-x: hidden; } h1, h2, h3, h4, h5, h6 {