Allow badge to overflow by changing overflow-hidden to overflow-visible
cgen-f22d49cc18394b4491b65e91b5f38d14
This commit is contained in:
parent
b5f4809f9b
commit
9e392767e7
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
|
||||
return (
|
||||
<div className="min-h-screen bg-aethex-gradient">
|
||||
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down overflow-hidden">
|
||||
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down overflow-visible">
|
||||
<div className="container mx-auto max-w-7xl flex min-h-16 h-auto items-center justify-between px-4 py-2 gap-1 md:gap-2 min-w-0 overflow-x-auto">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center shrink-0 relative">
|
||||
|
|
|
|||
Loading…
Reference in a new issue