mirror of https://github.com/kortix-ai/suna.git
show burger
This commit is contained in:
parent
21247b8428
commit
2676fbc009
|
@ -51,7 +51,7 @@ function FloatingMobileMenuButton() {
|
|||
if (!isMobile || openMobile) return null;
|
||||
|
||||
return (
|
||||
<div className="fixed top-6 left-4 z-50 md:hidden">
|
||||
<div className="fixed top-6 left-4 z-50">
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue