From 85f6e79a7fa18cd8ff0cbbd608a53d3e78b1137a Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 5 Aug 2026 15:10:44 +0200 Subject: [PATCH] web layout fix 3 --- src/api/templates/contact.html | 2 +- src/api/templates/dashboard.html | 2 +- src/api/templates/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index ffdbd5f..f4bb794 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -19,7 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; - scrollbar-gutter: stable both-edges; + overflow-y: scroll; } .container { diff --git a/src/api/templates/dashboard.html b/src/api/templates/dashboard.html index 4b76108..e049f3b 100644 --- a/src/api/templates/dashboard.html +++ b/src/api/templates/dashboard.html @@ -19,7 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; - scrollbar-gutter: stable both-edges; + overflow-y: scroll; } .container { diff --git a/src/api/templates/index.html b/src/api/templates/index.html index f6b6a09..4aca926 100644 --- a/src/api/templates/index.html +++ b/src/api/templates/index.html @@ -19,7 +19,7 @@ background: #f5f5f5; color: #333; line-height: 1.6; - scrollbar-gutter: stable both-edges; + overflow-y: scroll; } .container {