Results 2 comments of Yarad

Workaround is a bit dirty, but worked for me: ``` // add in app.js Vue.component('i18n').options.props = { ...Vue.component('i18n').options.props, displayHtmlTags: { type: Boolean, required: false, default: false, }, } Vue.component('i18n').options.render =...

CSS workaround to make it work from bottom position Styles: ``` .b-sidebar:not(.b-sidebar-right):not(.b-sidebar-left).b-sidebar-bottom { bottom: 0; top: unset; transform: translateY(0); height: unset; max-height: 60vh; width: 100vw; max-width: unset; &.slide:not(.show) { transform:...