parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.75k stars 1.39k forks source link

Layout issue, Sidebar comes on top of modal #1777

Closed sadakchap closed 3 years ago

sadakchap commented 3 years ago

New Issue Checklist

Issue Description

Sidebar comes on top of modal(big modals), due to which can not see modal content.

Steps to reproduce

https://user-images.githubusercontent.com/44117648/131890670-c7bf8e64-9f52-456a-b9df-3c1f922bee68.mp4

This was issue came up in this Screen Resolution - 1366 x 768.

Actual Outcome

Expected Outcome

Environment

Dashboard

Server

Database

Logs

github-actions[bot] commented 3 years ago

Thanks for opening this issue!

I'm in beta, so forgive me if I'm still making mistakes.

mtrezza commented 3 years ago

I think that's because I changed the sidebar z-index in https://github.com/parse-community/parse-dashboard/pull/1760/files#diff-beaf5f033a1bc7a22b0ff907b0c114ab47f21efd5ff140fe53fbe87f08f71654.

If the z-index is now changed again to fix this, the API Console > JS Console should be checked, because that overlapped the sidebar. Maybe modal dialogs should always have a z-index of 999999 or so.

mtrezza commented 3 years ago

Closed via #1778