diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-11 08:32:57 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-15 21:22:41 -0400 |
| commit | b9c547828e082970f8ad3fb72f81e38b738a6d0c (patch) | |
| tree | a6a2ff590c90ce334fa94cedcf3617a9d04a1452 /src/components/status | |
| parent | 005815c8259e3ccbc1fdd9c4d352aa4053d187c4 (diff) | |
make popover position for status action dropdow relative to parent node
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e9fe0700..ab506632 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -820,6 +820,7 @@ $status-margin: 0.75em; } .status-actions { + position: relative; width: 100%; display: flex; margin-top: $status-margin; |
