From ca46086e791cf9330252142287766e40c8fe6447 Mon Sep 17 00:00:00 2001 From: Skwodo <96998450+Skwodo@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:41:01 +0100 Subject: [PATCH 1/2] fix overflow-x on mobile --- src/theme/css/chrome.css | 4 ++++ src/theme/index.hbs | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index 53a79ccf..12d58d9d 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -12,6 +12,10 @@ a > .hljs { color: var(--links); } +#body-container { + overflow-x: hidden; +} + /* Menu Bar */ #menu-bar, diff --git a/src/theme/index.hbs b/src/theme/index.hbs index 147eb9af..37a029b5 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -54,6 +54,7 @@ {{/if}}
+