fix: editor media modal displayed below editor (#992)
This commit is contained in:
parent
7b2c35d2dc
commit
025a0eeee3
@ -532,7 +532,7 @@ export default {
|
|||||||
|
|
||||||
<style lang='scss'>
|
<style lang='scss'>
|
||||||
.editor-modal-media {
|
.editor-modal-media {
|
||||||
position: fixed;
|
position: fixed !important;
|
||||||
top: 112px;
|
top: 112px;
|
||||||
left: 64px;
|
left: 64px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user