Raise struct inline editors again above content

The alternative would be to give the content etc. a z-index of 0.

SPR-899
This commit is contained in:
Michael Große 2017-03-17 11:46:12 +01:00
commit d14ffc9215
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -45,3 +45,7 @@
margin-top: -.5rem;
}
}
.dokuwiki .struct_inlineditor {
z-index: 3;
}