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); }