diff --git a/package.json b/package.json index 876f54a8..2f98dd35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu-ui/ui-vue2", - "version": "1.1.4", + "version": "1.1.5", "private": false, "publishConfig": { "access": "public" diff --git a/src/components/Tooltip/STooltip.vue b/src/components/Tooltip/STooltip.vue index 80c328c3..2f39e93d 100644 --- a/src/components/Tooltip/STooltip.vue +++ b/src/components/Tooltip/STooltip.vue @@ -116,7 +116,7 @@ export default class STooltip extends Mixins(BorderRadiusMixin, DesignSystemInje * * `false` by default */ - @Prop({ default: false, type: Boolean }) readonly appendToBody!: boolean + @Prop({ default: true, type: Boolean }) readonly appendToBody!: boolean /** * Visibility of the tooltip. You can use `v-model` as well. *