Allow notification badge to overflow from auth section
cgen-f8abeb8510934ef2ae8183d82c944804
This commit is contained in:
parent
cac6ec414b
commit
a4d66c919d
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
</div>
|
||||
|
||||
{/* Auth Section */}
|
||||
<div className="flex items-center gap-1 md:gap-3 animate-slide-left shrink-0 overflow-hidden">
|
||||
<div className="flex items-center gap-1 md:gap-3 animate-slide-left shrink-0 overflow-visible">
|
||||
<div className="md:hidden">
|
||||
<Sheet>
|
||||
<SheetTrigger asChild>
|
||||
|
|
|
|||
Loading…
Reference in a new issue