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/account_actions | |
| parent | 8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (diff) | |
fix popovers cutting off in notifications, port popover changes from chats mr
Diffstat (limited to 'src/components/account_actions')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 744b77d5..029e7096 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -3,6 +3,7 @@ <Popover trigger="click" placement="bottom" + :bound-to="{ x: 'container' }" > <div slot="content" |
