mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
fix: z-index of image preview (#1171)
This commit is contained in:
parent
4284fd0469
commit
d81cf5cc1b
@ -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…
Reference in New Issue
Block a user