mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Z-index fix for preview on iOS
This commit is contained in:
parent
e7fe7010b8
commit
1bca6fdf51
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user