You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module search box and filter list is laid out wrongly when a modal is open. This might be caused by the no-scroll class set on body.
The page content behind the modal is cut off when the viewport height > 50rem and the page is scrolled down. As the body height is set to the viewport height, this overflow: hidden line hides all content below a certain point.
If the current behavior is a bug, please provide the steps to reproduce. If possible, please upload a screenshot or link to a video recording (on macOS you can use QuickTime) demonstrating the problem.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
2 (possibly unrelated) bugs caused by modals:
no-scroll
class set onbody
.body
height is set to the viewport height, thisoverflow: hidden
line hides all content below a certain point.If the current behavior is a bug, please provide the steps to reproduce. If possible, please upload a screenshot or link to a video recording (on macOS you can use QuickTime) demonstrating the problem.
Wrong layout bug
Page content cut off bug
What is the expected behavior?
The content behind the modal should not change when the modal is displayed, apart from disabling page scrolling.
Further information
The text was updated successfully, but these errors were encountered: