fix: editor media modal displayed below editor (#992)

This commit is contained in:
Nick 2019-08-30 21:27:02 -04:00
parent 7b2c35d2dc
commit 025a0eeee3

View File

@ -532,7 +532,7 @@ export default {
<style lang='scss'>
.editor-modal-media {
position: fixed;
position: fixed !important;
top: 112px;
left: 64px;
z-index: 10;