Commit a9855fbc authored by Filipa Lacerda's avatar Filipa Lacerda

Adds container option for tooltip to prevent the button from losing round corners

parent c189bf11
......@@ -83,6 +83,7 @@ export default {
:class="buttonClass"
:title="title"
:aria-label="title"
data-container="body"
data-placement="top"
:disabled="isLoading">
<i :class="iconClass" aria-hidden="true"/>
......
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