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

pull/1154/head
Zeng1998 3 years ago committed by GitHub
parent 4284fd0469
commit d81cf5cc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save