Merge branch 'disjointed-popovers' into shigusegubu-vue3
* disjointed-popovers: fix popovers not scrolling in mobile notifications fix spacings again
This commit is contained in:
commit
8aee85dd6a
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ const Popover = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
let scrollable = this.$refs.trigger.closest('.column.-scrollable')
|
let scrollable = this.$refs.trigger.closest('.column.-scrollable') ||
|
||||||
|
this.$refs.trigger.closest('.mobile-notifications')
|
||||||
if (!scrollable) scrollable = window
|
if (!scrollable) scrollable = window
|
||||||
this.scrollable = scrollable
|
this.scrollable = scrollable
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue