fix: restore brand orange tab indicator clipped by overflow-x-auto
This commit is contained in:
@@ -35,7 +35,7 @@ export default function SiteNav({ siteId }: SiteNavProps) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="border-b border-neutral-200 dark:border-neutral-800 mb-6 overflow-x-auto scrollbar-hide">
|
<div className="border-b border-neutral-200 dark:border-neutral-800 mb-6 overflow-x-auto overflow-y-visible scrollbar-hide">
|
||||||
<nav className="flex gap-1 min-w-max" role="tablist" aria-label="Site navigation" onKeyDown={handleTabKeyDown}>
|
<nav className="flex gap-1 min-w-max" role="tablist" aria-label="Site navigation" onKeyDown={handleTabKeyDown}>
|
||||||
{tabs.map((tab) => (
|
{tabs.map((tab) => (
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user