From 2cf324413ef7039d9411f3be6262d264efad163f Mon Sep 17 00:00:00 2001 From: Reece Browne Date: Wed, 7 May 2025 17:12:05 +0100 Subject: [PATCH] fix overflows scaling --- src/main/resources/static/css/general.css | 3 ++- src/main/resources/templates/home.html | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/css/general.css b/src/main/resources/static/css/general.css index b49bfb7ee..88e7a1b11 100644 --- a/src/main/resources/static/css/general.css +++ b/src/main/resources/static/css/general.css @@ -1,7 +1,8 @@ #page-container { - min-height: 100vh; + height: 100vh; display: flex; flex-direction: column; + overflow-x: clip; } #content-wrap { diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index 405dcc564..636fe2c7c 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -7,9 +7,10 @@ -
-
- +
+ +

@@ -17,8 +18,8 @@ width: 100%; display: flex; flex-direction: column; - transform-origin: top;" - id="scale-wrap"> + overflow-x: none;" + >