diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-16 17:20:36 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-16 17:20:36 +0300 |
| commit | 5cf1574fdb36e14e342e3cbdd9733e0a1817a7cb (patch) | |
| tree | 1c56f6b6fda6814b8ef5c774b8d8a3c46e45b09d /src/components/extra_buttons/extra_buttons.vue | |
| parent | 8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (diff) | |
fix popovers cutting off in notifications, port popover changes from chats mr
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index bca93ea7..68db6fd8 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -3,6 +3,7 @@ trigger="click" placement="top" class="extra-button-popover" + :bound-to="{ x: 'container' }" > <div slot="content" |
