Merge branch 'showStructInlineEditors' into 'master'

Raise struct inline editors above content

See merge request !22
This commit is contained in:
Jana Deutschländer 2017-03-30 05:41:33 +02:00
commit 6f017a0f1c

View file

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