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

pull/1016/head
Nick 5 years ago
parent 7b2c35d2dc
commit 025a0eeee3

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

Loading…
Cancel
Save