fixed z-index of the wiki editor

This commit is contained in:
hyung-hwan 2016-01-13 14:35:59 +00:00
parent 5c11456c7c
commit 3ed06251de

View File

@ -42,12 +42,12 @@
#wiki_edit_toolbar .medium-editor-toolbar { #wiki_edit_toolbar .medium-editor-toolbar {
visibility: visible !important; visibility: visible !important;
line-height: 2em;
-moz-border-radius: 0; -moz-border-radius: 0;
-webkit-border-radius: 0; -webkit-border-radius: 0;
border-radius: 0; border-radius: 0;
margin: 0; margin: 0;
padding: 0; padding: 0;
z-index: 0;
} }