Skip to content

Commit 6f47532

Browse files
authored
Update style.scss
1 parent 38e6cff commit 6f47532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ textarea {
683683
bottom: 0;
684684
background: rgba(15, 15, 30, 0.8);
685685
backdrop-filter: blur(8px);
686-
z-index: 1000;
686+
z-index: 99999;
687687
display: flex;
688688
align-items: center;
689689
justify-content: center;
@@ -859,7 +859,7 @@ textarea {
859859
display: flex;
860860
align-items: center;
861861
justify-content: center;
862-
z-index: 10000;
862+
z-index: 99998;
863863
animation: fadeIn 0.3s ease-out;
864864
padding: 1rem;
865865
}

0 commit comments

Comments
 (0)