We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6cff commit 6f47532Copy full SHA for 6f47532
1 file changed
src/style.scss
@@ -683,7 +683,7 @@ textarea {
683
bottom: 0;
684
background: rgba(15, 15, 30, 0.8);
685
backdrop-filter: blur(8px);
686
- z-index: 1000;
+ z-index: 99999;
687
display: flex;
688
align-items: center;
689
justify-content: center;
@@ -859,7 +859,7 @@ textarea {
859
860
861
862
- z-index: 10000;
+ z-index: 99998;
863
animation: fadeIn 0.3s ease-out;
864
padding: 1rem;
865
}
0 commit comments