Add scroll for overflow menus

This commit is contained in:
2025-11-28 14:10:22 +07:00
parent fbc5473f2b
commit a98edbe658
3 changed files with 60 additions and 15 deletions

View File

@@ -422,7 +422,7 @@ const LayoutMenu = () => {
border: 'none',
}}
theme="dark"
className="custom-orange-menu"
className="custom-green-menu"
/>
);
};