From b05fe4720f09abc7c52a114318d8eafa786ed597 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Thu, 25 Dec 2025 18:07:17 +0100 Subject: [PATCH] Fix tabs --- app/components/elements/Tabs.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/elements/Tabs.module.css b/app/components/elements/Tabs.module.css index 262e89d1b..bb88b0445 100644 --- a/app/components/elements/Tabs.module.css +++ b/app/components/elements/Tabs.module.css @@ -2,6 +2,7 @@ display: flex; flex-direction: row; border-bottom: 2px solid var(--color-border); + overflow-x: visible; } .tabList svg { @@ -39,10 +40,11 @@ white-space: nowrap; flex: 1; transform: none !important; + margin-bottom: -2px; } .tabButton[data-selected] { - border-color: var(--color-accent); + border-color: var(--color-text-accent); color: var(--color-text); }