Преглед изворни кода

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

Nick пре 5 година
родитељ
комит
025a0eeee3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/components/editor/editor-modal-media.vue

+ 1 - 1
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;