frappe / wiki

Free and Open Source Wiki built on top of Frappe
https://frappe.io/wiki
MIT License
219 stars 168 forks source link

refactor:sidebar scroll bar #248

Open pranjal-tank opened 2 months ago

pranjal-tank commented 2 months ago

Issue #236

This pull request ensures that a scroll bar appears in the sidebar when the content exceeds the available space, thereby enabling scrolling.

Fix: Changing the overflow-y property from scroll to auto will show the scroll bar only when necessary, based on the content.

Testing: Done testing in mobile view and desktop view.

Screencast from 2024-06-05 22-32-29.webm

pranjal-tank commented 2 months ago

Hi @michellealva,

Could you please review this pull request at your earliest convenience?

Thank you!