Skip to content

Commit

Permalink
fix: child row form should be above freeze screen
Browse files Browse the repository at this point in the history
sidebar overlay was also getting affected

(cherry picked from commit 75ba9b4)
  • Loading branch information
shariquerik authored and mergify[bot] committed Apr 10, 2023
1 parent 1878b87 commit 9201e84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frappe/public/scss/common/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
overflow: hidden;
height: 0;
opacity: 0;
z-index: 1021;
z-index: 1051;
border-radius: var(--border-radius-md);
@include base-grid();

Expand Down
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ kbd {

// freeze backdrop text
#freeze {
z-index: 9999;
z-index: 1050;
bottom: 0;
opacity: 0;
background-color: var(--bg-color);
Expand Down
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ body[data-route^="Module"] .main-menu {
right: 0;
opacity: 0.3;
background: #000;
z-index: 1041;
z-index: 9998;
height: 100%;
width: 100%;
}
Expand Down

0 comments on commit 9201e84

Please sign in to comment.