Skip to content

Commit

Permalink
fix: updated tx queue bar zIndex to avoid overlaps (#1276)
Browse files Browse the repository at this point in the history
* fixed MUI theme zIndex for modals to avoid overlaps

* restored the z-Index to the previous value ( z-index: 1) in the transaction Queue

* adjusted Tx queue bar z-index to 1200 to make sure that looks good with the sidebar
  • Loading branch information
DaniSomoza authored Nov 30, 2022
1 parent e980173 commit 51e0792
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
bottom: 0;
right: 0;
width: 100%;
z-index: var(--onboard-modal-z-index, var(--modal-z-index));

/* MUI Drawer z-index default value see: https://mui.com/material-ui/customization/default-theme/?expand-path=$.zIndex */
z-index: 1200;

/*this rule is needed to prevent the bar from being expanded outside the screen without scrolling on mobile devices*/
max-height: 90vh;
Expand Down

0 comments on commit 51e0792

Please sign in to comment.