leenooks / phpLDAPadmin

phpLDAPadmin - Web based LDAP administration tool
www.phpldapadmin.org
GNU General Public License v2.0
520 stars 166 forks source link

Vertical scroll disabled for left menu with lots of entries #226

Closed ccci-code closed 1 year ago

ccci-code commented 1 year ago

Describe the bug Unable to scroll down after expanding an OU with 30+ entries.

To Reproduce Steps to reproduce the behavior:

  1. Have a OU with lots of entries (30+ in my case)
  2. Expand the view in the menu on the left
  3. Try to scroll down to see the entries at the bottom

Expected behavior Should be a scrollbar letting you scroll down the list on the left side of the page.

LDAP Server details (please complete the following information):

Additional context Using Docker image - Version v2.0.0-dev-c9071808

ccci-code commented 1 year ago

Setting "overflow:auto" on the scrollbar-sidebar class seems to fix it.