fixed discard dropdown being off the screen
This commit is contained in:
parent
38db5f0706
commit
7e8e5229cc
1 changed files with 2 additions and 1 deletions
|
@ -52,13 +52,14 @@ export default {
|
|||
data-boundary="viewport"
|
||||
data-placement="bottom"
|
||||
data-toggle="dropdown"
|
||||
data-display="static"
|
||||
>
|
||||
<icon
|
||||
:size="12"
|
||||
name="more"
|
||||
/>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<ul>
|
||||
<li>
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue