From b640bbe60695749723cab6cb147f6c41fa751ad3 Mon Sep 17 00:00:00 2001 From: Karim Date: Sun, 5 Jul 2026 22:50:26 +0200 Subject: [PATCH] =?UTF-8?q?Ribbon:=20feste=20H=C3=B6he=2060px=20statt=20mi?= =?UTF-8?q?n-height=20=E2=80=94=20kein=20Springen=20beim=20Tab-Wechsel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 177d287..df17662 100644 --- a/src/styles.css +++ b/src/styles.css @@ -5505,7 +5505,8 @@ body { overflow-y: hidden; scrollbar-width: thin; scrollbar-color: transparent transparent; - min-height: 56px; + height: 60px; + flex-shrink: 0; } .ribbon-body::-webkit-scrollbar { height: 6px; @@ -5606,5 +5607,6 @@ body { display: flex; align-items: center; gap: 10px; - min-height: 48px; + height: 100%; + overflow: hidden; }