fix(chat): show unlock dialog over image viewer

This commit is contained in:
2026-06-30 11:54:04 +08:00
parent 6e811b0e09
commit c1dbd93ce1
2 changed files with 30 additions and 23 deletions
@@ -1,7 +1,7 @@
.overlay {
position: fixed;
inset: 0;
z-index: 75;
z-index: 200;
display: flex;
align-items: center;
justify-content: center;