Open shabfactor29 opened 1 year ago
Just place an overflow_auto when sidebar is open this will be in you app.js file <div className={ activeMenu ? ' dark:bg-main-dark-bg bg-main-bg min-h-screen md:ml-72 w-full ### overflow-auto ' : 'bg-main-bg dark:bg-main-dark-bg w-full min-h-screen flex-2 ' }
When I scroll the screen the grid on the page does not go under the sidebar, rather slides on top of the sidebar. please have a look in the screenshot.