Skip to content
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

Modal content is not scrollable #33

Open
alkihis opened this issue Sep 9, 2019 · 0 comments
Open

Modal content is not scrollable #33

alkihis opened this issue Sep 9, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@alkihis
Copy link

alkihis commented Sep 9, 2019

In the main page, when clicking on a chart type, modal content is not scrollable (due to pointer-events: none), so text is truncated.

.modal-dialog {
    pointer-events: all;
}

or

.portfolio-modal .modal-dialog {
    max-height: unset;
}
@holtzy holtzy added the bug Something isn't working label Mar 5, 2021
TimonGlaesser added a commit to TimonGlaesser/data_to_viz that referenced this issue Apr 17, 2023
allows scrolling on modal popup
holtzy added a commit that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants