mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: z-index of image preview (#1171)
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user