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:
Kanstantsin 2018-10-03 19:56:08 +03:00 committed by Luke Towers
parent 29541394a3
commit 813721edf1

View File

@ -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;