Revert overflow-x-auto (needed for responsive)

cgen-1cdc47b4ae1f4a4b98bd50c61185239f
This commit is contained in:
Builder.io 2025-11-11 01:31:02 +00:00
parent 20a138a6d1
commit cac6ec414b

View file

@ -131,7 +131,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-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-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">
{/* Desktop - Regular Link */}