Fix:Submenu overflowing page #1828

This commit is contained in:
advplyr 2023-06-07 15:48:23 -05:00
parent 09566c02ea
commit 2f04d34bce
7 changed files with 52 additions and 18 deletions

View file

@ -888,7 +888,7 @@ export default {
var wrapperBox = this.$refs.moreIcon.getBoundingClientRect()
var el = instance.$el
var elHeight = this.moreMenuItems.length * 28 + 2
var elHeight = this.moreMenuItems.length * 28 + 10
var elWidth = 130
var bottomOfIcon = wrapperBox.top + wrapperBox.height