From 2c10d249856fdce3b417a802d9813b88aba46569 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 5 Aug 2026 07:33:14 +0200 Subject: [PATCH] web layout fix --- src/api/templates/contact.html | 1 + src/api/templates/dashboard.html | 1 + src/api/templates/index.html | 1 + 3 files changed, 3 insertions(+) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index 1c4786b..1e85ce9 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -19,6 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; + scrollbar-gutter: stable; } .container { diff --git a/src/api/templates/dashboard.html b/src/api/templates/dashboard.html index 0c47891..411edc7 100644 --- a/src/api/templates/dashboard.html +++ b/src/api/templates/dashboard.html @@ -19,6 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; + scrollbar-gutter: stable; } .container { diff --git a/src/api/templates/index.html b/src/api/templates/index.html index 656f073..af36a75 100644 --- a/src/api/templates/index.html +++ b/src/api/templates/index.html @@ -19,6 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; + scrollbar-gutter: stable; } .container {