Skip to content

Commit

Permalink
fix: change z-index of freeze component to make it appear above all c…
Browse files Browse the repository at this point in the history
…omponents

changed the z-index value of #freeze id to 9999 so that it appears above all UI components

fixes #20538

(cherry picked from commit 96395d6)
  • Loading branch information
Jainysh authored and mergify[bot] committed Apr 10, 2023
1 parent a92e69e commit 1878b87
Showing 1 changed file with 1 addition and 1 deletion.
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: 1020;
z-index: 9999;
bottom: 0;
opacity: 0;
background-color: var(--bg-color);
Expand Down

0 comments on commit 1878b87

Please sign in to comment.