fix: z-index of image preview (#1171)

This commit is contained in:
Zeng1998 2023-02-27 19:50:26 +08:00 committed by GitHub
parent 4284fd0469
commit d81cf5cc1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
.preview-image-dialog {
@apply p-0;
z-index: 101;
z-index: 1001;
background-color: rgba(0, 0, 0, 0.6);
> .dialog-container {