diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-06-18 06:08:07 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-06-18 06:08:07 +0000 |
| commit | ebf4321e645a34a40c00b0884546e9da86361952 (patch) | |
| tree | 7d47e98c89a0b14b49cb359710c24ef41efb4298 /src/components/extra_buttons/extra_buttons.vue | |
| parent | 57626c125d0477716a638854c4243ee0fde96923 (diff) | |
| parent | 24e47eb604330a8858dac9761545e499f73be8c4 (diff) | |
Merge branch 'fix/popovers-cutting-off-in-notifications' into 'develop'
Fix popovers cutting off in notifications #809
Closes #809
See merge request pleroma/pleroma-fe!1147
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" |
