#772 fix scroll issue on mobile

This commit is contained in:
lethemanh
2026-04-13 10:30:47 +07:00
parent e5687feaeb
commit 23edbfa7d2
7 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export const MobileMenubar: React.FC<MobileMenubarProps> = ({
return (
<>
<header className="menubar">
<header className="menubar menubar--mobile">
<div className="left-menu">
<IconButton
onClick={onOpenSidebar}