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:
Yash Jain 2023-03-31 19:33:15 +05:30
parent b9e994b297
commit 96395d60db

View file

@ -418,7 +418,7 @@ kbd {
// freeze backdrop text
#freeze {
z-index: 1020;
z-index: 9999;
bottom: 0;
opacity: 0;
background-color: var(--bg-color);