We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac452a3 commit a9d41ddCopy full SHA for a9d41dd
custom/preview.vue
@@ -39,7 +39,11 @@
39
background: rgba(0, 0, 0, 0.8);
40
}
41
.medium-zoom-overlay {
42
- background: rgba(255, 255, 255, 0.8) !important
+ z-index: 99;
43
+ background: rgba(255, 255, 255, 0.8) !important;
44
+ }
45
+ html.dark .medium-zoom-overlay {
46
+ background: rgba(17, 24, 39, 0.7) !important;
47
48
body.medium-zoom--opened aside {
49
filter: grayscale(1)
0 commit comments