mirror of https://github.com/kortix-ai/suna.git
commit
8135c1ec34
|
@ -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