make popover position for status action dropdow relative to parent node

This commit is contained in:
taehoon 2019-07-11 08:32:57 -04:00
parent 005815c825
commit b9c547828e
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
v-if="enabled" v-if="enabled"
trigger="click" trigger="click"
class="extra-button-popover" class="extra-button-popover"
:container="false"
> >
<div class="popper-wrapper" slot="popover"> <div class="popper-wrapper" slot="popover">
<div class="dropdown-menu"> <div class="dropdown-menu">

View file

@ -820,6 +820,7 @@ $status-margin: 0.75em;
} }
.status-actions { .status-actions {
position: relative;
width: 100%; width: 100%;
display: flex; display: flex;
margin-top: $status-margin; margin-top: $status-margin;