Commit 74838724 authored by Phil Hughes's avatar Phil Hughes

fixed tooltip boundary

parent b084dceb
...@@ -100,6 +100,8 @@ export default { ...@@ -100,6 +100,8 @@ export default {
type="button" type="button"
class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center" class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center"
data-placement="bottom" data-placement="bottom"
data-container="body"
data-boundary="viewport"
@click="actionBtnClicked" @click="actionBtnClicked"
> >
<icon <icon
......
...@@ -34,6 +34,8 @@ export default { ...@@ -34,6 +34,8 @@ export default {
type="button" type="button"
class="btn btn-blank append-right-5 d-flex align-items-center" class="btn btn-blank append-right-5 d-flex align-items-center"
data-container="body" data-container="body"
data-boundary="viewport"
data-placement="bottom"
@click.stop="stageChange(path)" @click.stop="stageChange(path)"
> >
<icon <icon
...@@ -47,6 +49,8 @@ export default { ...@@ -47,6 +49,8 @@ export default {
type="button" type="button"
class="btn btn-blank d-flex align-items-center" class="btn btn-blank d-flex align-items-center"
data-container="body" data-container="body"
data-boundary="viewport"
data-placement="bottom"
data-toggle="dropdown" data-toggle="dropdown"
> >
<icon <icon
......
...@@ -34,6 +34,8 @@ export default { ...@@ -34,6 +34,8 @@ export default {
type="button" type="button"
class="btn btn-blank d-flex align-items-center" class="btn btn-blank d-flex align-items-center"
data-container="body" data-container="body"
data-boundary="viewport"
data-placement="bottom"
@click="unstageChange(path)" @click="unstageChange(path)"
> >
<icon <icon
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment