UX: Z-index fix for preview on iOS

This commit is contained in:
Kris 2019-06-04 11:08:21 -04:00
parent e7fe7010b8
commit 1bca6fdf51

View File

@ -104,7 +104,7 @@
&.show-preview {
.d-editor-preview-wrapper {
position: fixed;
z-index: z("base") + 1;
z-index: z("fullscreen");
top: 0;
bottom: 0;
left: 0;
@ -122,7 +122,7 @@
position: fixed;
right: 5px;
bottom: 5px;
z-index: z("base") + 2;
z-index: z("fullscreen") + 1;
}
}