mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Change z-index of full-screen markdown editor (#3838)
Fixes #3837. Credit to @iotch. Tested with Octodock provided by @petehalverson.
This commit is contained in:
parent
29541394a3
commit
813721edf1
@ -163,7 +163,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
&.is-fullscreen {
|
&.is-fullscreen {
|
||||||
z-index: @zindex-fullscreen;
|
z-index: @zindex-dropdown;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user