Browse Source

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

pull/1016/head
Nick 5 years ago
parent
commit
025a0eeee3
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/editor/editor-modal-media.vue

2
client/components/editor/editor-modal-media.vue

@ -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