Jamalianpour / easy_sidemenu

An easy to use side menu (navigation rail) in flutter and can used for navigations
https://pub.dev/packages/easy_sidemenu
MIT License
143 stars 69 forks source link

Side menu not scrolling down when there are many elements #82

Open AgustiPadros opened 1 month ago

AgustiPadros commented 1 month ago

We have a web app currently using Easy Sidemenu to list the different conversations a user has had in the past. There is an issue when a user has had many conversations in the app, as there are many items to be shown in the side menu and the

The side menu does not have a scroll down functionality implemented, so from a certain point onwards, the side menu simply overflows from the bottom of the screen and merges with the footer. See the attached image, which highlights the issue.

Screenshot 2024-07-14 at 18 10 03
Jamalianpour commented 1 month ago

By default side menu has scroll down behavior whiteout any problem. Please send your code to find out the issue

AgustiPadros commented 1 month ago

Hello,

Attached you will find an image which shows the way Side Menu is implemented in our web app.

The number of items the Side Menu has comes dictated by a List ("List menuItems = [];"), which contains all the side menu items to be shown on screen.

Yours truly,

Screenshot 2024-07-15 at 17 27 24