fix: change z-index of freeze component to make it appear above all components
changed the z-index value of #freeze id to 9999 so that it appears above all UI components fixes #20538
This commit is contained in:
parent
b9e994b297
commit
96395d60db
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ kbd {
|
|||
|
||||
// freeze backdrop text
|
||||
#freeze {
|
||||
z-index: 1020;
|
||||
z-index: 9999;
|
||||
bottom: 0;
|
||||
opacity: 0;
|
||||
background-color: var(--bg-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue