make popover position for status action dropdow relative to parent node
This commit is contained in:
parent
005815c825
commit
b9c547828e
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
v-if="enabled"
|
||||
trigger="click"
|
||||
class="extra-button-popover"
|
||||
:container="false"
|
||||
>
|
||||
<div class="popper-wrapper" slot="popover">
|
||||
<div class="dropdown-menu">
|
||||
|
|
|
@ -820,6 +820,7 @@ $status-margin: 0.75em;
|
|||
}
|
||||
|
||||
.status-actions {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin-top: $status-margin;
|
||||
|
|
Loading…
Reference in a new issue