-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
style: DatasourceControl dropdown z-index issue #11094
Labels
#bug:cosmetic
Cosmetic/layout/design tweak needed
!deprecated-label:bug
Deprecated label - Use #bug instead
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
ktmud
changed the title
DatasourceControl dropdown z-index issue
style: DatasourceControl dropdown z-index issue
Sep 28, 2020
I think it's going to solve itself when I refactor react-bootstrap dropdowns to Antd |
3 tasks
3 tasks
6 tasks
@ktmud @zuzana-vej @junlincc #11395 should fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
#bug:cosmetic
Cosmetic/layout/design tweak needed
!deprecated-label:bug
Deprecated label - Use #bug instead
When datasource name is long or browser window is small, DatasourceControl dropdown menu cut in half on narrow screens.
Expected results
The dropdown menu should be able to overflow from the side bar.
This should be fixable by adding z-index or rendering the dropdown in portal.
Another option is to right-align the dropdown menu.
Actual results
How to reproduce the bug
Environment
(please complete the following information):
superset version
python --version
node -v
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Not sure if this is a regression, but should be somewhat related to #10971
cc @mistercrunch
The text was updated successfully, but these errors were encountered: