-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix scrolling list (SQL Lab Query Search) #7526
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
If you add overflow: auto to the scrollbar-container div in your browser than you're able to scroll again... |
This is just a quick hack, this needs to be fixed somewhere in the stylesheets. |
This breaks other UI elements that also use the |
Fixed SQL Lab Query Search scrolling issue(apache#7526) (apache#7674)
When the content in the Query Search table is larger than the viewport no scrollbar appears. Leaving the user unable to scroll.
Expected results
A scrollbar appears and the user is able to scroll.
Actual results
No scrollbar appears and the user is unable to scroll.
Screenshots
How to reproduce the bug
Environment
master
3.6.7
v9.11.2
5.6.0
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: