From ecdf8917d6e4c90deb73f47f4a3f348272508a9c Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Wed, 8 Apr 2026 15:13:00 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20overflow-y:scroll=20statt=20auto=20f?= =?UTF-8?q?=C3=BCr=20konsistente=20Spaltenbreite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/app.css b/frontend/css/app.css index ccff3e9..9cac5c3 100644 --- a/frontend/css/app.css +++ b/frontend/css/app.css @@ -573,7 +573,7 @@ a { color: var(--primary); text-decoration: none; } .col-span-tint { position: absolute; inset: 0; pointer-events: none; z-index: 0; } /* Time grid */ -.week-body { display: flex; flex: 1; overflow-y: auto; position: relative; min-height: 0; scrollbar-gutter: stable; } +.week-body { display: flex; flex: 1; overflow-y: scroll; position: relative; min-height: 0; } .week-time-col { width: 56px; flex-shrink: 0; position: relative; } .time-label { height: var(--hour-h, 60px); display: flex; align-items: flex-start; justify-content: flex-end;