From b91762edaf38e1bd86b39d2441e89113dbb19eb7 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 23 Dec 2024 03:22:22 -0500 Subject: [PATCH] added css to remove circumstances where horizontal scrolling might happen --- static/css/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/layout.css b/static/css/layout.css index 2cc7422..5980a02 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -8,8 +8,14 @@ body { padding: 0px; margin: 0px; + font-family: "Atkinson Hyperlegible", Georgia, serif; -webkit-font-smoothing: antialiased; + + /*make the width and scrolling behavior correct + * If horizontal scrolling is needed the layout broke*/ + width: 100vw; + overflow: hidden scroll; } .dt-subtitle {