diff --git a/src/components/layouts/DashboardLayout.jsx b/src/components/layouts/DashboardLayout.jsx
index 41c31bc..e353115 100644
--- a/src/components/layouts/DashboardLayout.jsx
+++ b/src/components/layouts/DashboardLayout.jsx
@@ -48,7 +48,7 @@ export default function DashboardLayout() {
setShowAsideDrawer('')}>
{/*
setShowAsideDrawer('')} >
*/}
-
+
e.stopPropagation()} className={`${showAsideDrawer =='right-aside' ? 'right-0' : '-right-full'} fixed z-[999] top-0 botom-0 px-8 py-4 h-full w-4/5 sm:w-[350px] bg-[#192440] dark:bg-[#1E1E2D] text-white-body`}>
diff --git a/src/context/GeneralLayoutContext.jsx b/src/context/GeneralLayoutContext.jsx
index 4ffd2ce..31d05b8 100644
--- a/src/context/GeneralLayoutContext.jsx
+++ b/src/context/GeneralLayoutContext.jsx
@@ -80,10 +80,12 @@ export default function GeneralLayoutContext({children}) {
window.addEventListener('resize', ()=>{
setShrinkAside(false)
setShowAsideDrawer('')
+ setActiveMenu('')
})
return () => window.removeEventListener('resize', window.addEventListener('resize', ()=>{
setShrinkAside(false)
setShowAsideDrawer('')
+ setActiveMenu('')
}))
},[])