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 {
|
||||
z-index: @zindex-fullscreen;
|
||||
z-index: @zindex-dropdown;
|
||||
position: fixed !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -241,4 +241,4 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user