fixed tooltip boundary
This commit is contained in:
parent
b084dceb79
commit
7483872416
3 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,8 @@ export default {
|
|||
type="button"
|
||||
class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center"
|
||||
data-placement="bottom"
|
||||
data-container="body"
|
||||
data-boundary="viewport"
|
||||
@click="actionBtnClicked"
|
||||
>
|
||||
<icon
|
||||
|
|
|
@ -34,6 +34,8 @@ export default {
|
|||
type="button"
|
||||
class="btn btn-blank append-right-5 d-flex align-items-center"
|
||||
data-container="body"
|
||||
data-boundary="viewport"
|
||||
data-placement="bottom"
|
||||
@click.stop="stageChange(path)"
|
||||
>
|
||||
<icon
|
||||
|
@ -47,6 +49,8 @@ export default {
|
|||
type="button"
|
||||
class="btn btn-blank d-flex align-items-center"
|
||||
data-container="body"
|
||||
data-boundary="viewport"
|
||||
data-placement="bottom"
|
||||
data-toggle="dropdown"
|
||||
>
|
||||
<icon
|
||||
|
|
|
@ -34,6 +34,8 @@ export default {
|
|||
type="button"
|
||||
class="btn btn-blank d-flex align-items-center"
|
||||
data-container="body"
|
||||
data-boundary="viewport"
|
||||
data-placement="bottom"
|
||||
@click="unstageChange(path)"
|
||||
>
|
||||
<icon
|
||||
|
|
Loading…
Reference in a new issue