mirror of
https://github.com/usememos/memos.git
synced 2024-12-30 06:44:47 +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 {
|
.preview-image-dialog {
|
||||||
@apply p-0;
|
@apply p-0;
|
||||||
z-index: 101;
|
z-index: 1001;
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
|
|
||||||
> .dialog-container {
|
> .dialog-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user