Navigation Menu

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 scrolling issue #2036

Closed
tommykri opened this issue Mar 15, 2021 · 0 comments
Closed

Modal scrolling issue #2036

tommykri opened this issue Mar 15, 2021 · 0 comments
Labels
Type: Bug 🐞 Something isn't working
Projects
Milestone

Comments

@tommykri
Copy link

Describe the bug
I'm using Bootstrap and when the modals become too long for the user’s viewport or device it will by default scroll independent of the page itself. That works perfectly fine for modals that are present on the initial page which you request in the browser, but if you are then navigating to a different route inside of the application the modals on those pages are not scrollable.

To Reproduce
Steps to reproduce the behavior:

  1. Make the height of your browser small, for example 400 px.
  2. Go to https://bootstrapdemo.blazorise.com/tests/modals.
  3. Click 'Standard Modal' and as expected it will scroll because the content is to long for the viewport.
  4. Click a link in the sidebar to got to a different route.
  5. Click "Modals" in the sidebar to go back to the modals page.
  6. Click on 'Standard Modal' again and see that the content in the modal in no longer scrollable.

Expected behavior
I want to be able to use scrolling for modals that are too long for the user’s viewport and are loaded on different routes.

@stsrki stsrki added the Type: Bug 🐞 Something isn't working label Mar 16, 2021
@stsrki stsrki added this to the 0.9.3 milestone Mar 16, 2021
@stsrki stsrki added this to 🔙 Backlog in Support via automation Mar 16, 2021
This was referenced Mar 16, 2021
@stsrki stsrki closed this as completed Mar 16, 2021
Support automation moved this from 🔙 Backlog to ✔ Done Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Support
  
✔ Done
Development

No branches or pull requests

2 participants