fixed tooltip boundary

This commit is contained in:
Phil Hughes 2018-06-13 21:27:42 +01:00
parent b084dceb79
commit 7483872416
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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