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
There's an issue where the toolbar overlaps the modal box, causing some of the modal's contents to be hidden behind the toolbar.
Steps to Reproduce
Trigger the modal box by [describe the action that opens the modal, e.g., clicking a button].
Note that parts of the modal are not visible because they are covered by the toolbar.
Expected Behavior
The modal should appear in full view on top of all other page elements, allowing for uninterrupted interaction with its content.
Actual Behavior
The toolbar overlays the modal, which blocks content and disrupts user interaction with the modal.
Possible Solution
Adjust the layering order so the modal is fully visible when activated, potentially by reviewing the CSS rules that control the display order of elements on the page.
Screenshots
Environment
OS: Windows
Browser: Chrome
Additional Context
Please consider looking into the styling of these components to ensure that the modal box always stays on top when opened.
The text was updated successfully, but these errors were encountered:
Description
There's an issue where the toolbar overlaps the modal box, causing some of the modal's contents to be hidden behind the toolbar.
Steps to Reproduce
Expected Behavior
The modal should appear in full view on top of all other page elements, allowing for uninterrupted interaction with its content.
Actual Behavior
The toolbar overlays the modal, which blocks content and disrupts user interaction with the modal.
Possible Solution
Adjust the layering order so the modal is fully visible when activated, potentially by reviewing the CSS rules that control the display order of elements on the page.
Screenshots
Environment
Additional Context
Please consider looking into the styling of these components to ensure that the modal box always stays on top when opened.
The text was updated successfully, but these errors were encountered: