adrianhajdin / project_syncfusion_dashboard

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion
https://jsmastery.pro
GNU Affero General Public License v3.0
3.04k stars 1.05k forks source link

grid component scroll issue #29

Open shabfactor29 opened 1 year ago

shabfactor29 commented 1 year ago

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. image

Umair-A commented 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 ' }