Joe Saad
Results
1
issues of
Joe Saad
**Description** When utilizing `ScrollMode.HIDDEN`, the scroll bar persists in appearing while scrolling through the page. **Code example to reproduce the issue:** ```python import flet as ft def main(page: ft.Page): page.scroll...