hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.42k stars 917 forks source link

[Bug] 同时存在两个编辑器时,添加链接的弹窗无法完全覆盖页面元素 #664

Closed MinWest closed 2 years ago

MinWest commented 3 years ago

🐛 Bug Report

Steps To Reproduce

同时存在两个编辑器时,添加链接的弹窗无法完全覆盖页面元素

Screenshots

image The expected behaviour 弹出窗口的遮罩层应该显示层级更高,可以完全遮住其他元素

Possible solution (optional, but very helpful)

.v-note-wrapper{
  display: block !important;
  position: static !important;
}
victoryning commented 3 years ago

老哥你真的太棒了!!我也遇到了这个问题,用你这个方法,完美解决了,多谢

ygj6 commented 2 years ago

Fixed in v2.10.0