z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.1k stars 2.81k forks source link

unable scroll the sidebar (menu bar) in mobile view #5813

Open Sivan4562 opened 10 months ago

Sivan4562 commented 10 months ago

Description:

I have more than 15 menus in the sidebar (menu bar). In the desktop and laptop view, the sidebar (menu bar) will scroll up and down and my problem is that I cannot scroll the sidebar (menu bar) in the mobile view I am using Chrome to open the admin panel in the mobile view. How can I fix this? Can anyone help me, please?

alexoleynik0 commented 10 months ago

Which Application layout have you set in your config/admin.php file 'layout' key? There can be those values -- "fixed", "layout-boxed", "layout-top-nav", "sidebar-collapse", "sidebar-mini". Does it fails to scroll with every of these? I use "sidebar-mini" and don't have such problems ("fixed" could be the problem in my opinion).