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

[BUG] Toolbar Overlays Modal Box, Obscuring Content #40

Open
mrbadri opened this issue Apr 10, 2024 · 0 comments
Open

[BUG] Toolbar Overlays Modal Box, Obscuring Content #40

mrbadri opened this issue Apr 10, 2024 · 0 comments

Comments

@mrbadri
Copy link

mrbadri commented Apr 10, 2024

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

  1. Trigger the modal box by [describe the action that opens the modal, e.g., clicking a button].
  2. 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

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant