mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-25 21:35:07 +02:00
Fix:Submenu overflowing page #1828
This commit is contained in:
parent
09566c02ea
commit
2f04d34bce
7 changed files with 52 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue