make popover position for status action dropdow relative to parent node
This commit is contained in:
parent
005815c825
commit
b9c547828e
|
@ -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">
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue