#kirki_editor_pane { background: rgba(255,255,255,.6); // z-index: 1; padding-top: 5px; border-top: 1px solid #dedede; position: absolute; bottom: 0; width: 100%; -webkit-transition: bottom 0.2s; -moz-transition: bottom 0.2s; -ms-transition: bottom 0.2s; -o-transition: bottom 0.2s; transition: bottom 0.2s; &.hide { bottom: -301px; } } div.mce-inline-toolbar-grp { z-index: 500000 !important; } .ui-autocomplete { &.wplink-autocomplete { z-index: 500000 !important; } } #customize-preview { &.is-kirki-editor-open{ height: calc(100% - 301px); } }