There was an error while loading. Please reload this page.
1 parent e262522 commit e0ded9cCopy full SHA for e0ded9c
1 file changed
dashboard/src/layouts/full/vertical-header/VerticalHeader.vue
@@ -1105,8 +1105,9 @@ onMounted(async () => {
1105
<span class="version-text hidden-xs">{{ botCurrVersion }}</span>
1106
</div>
1107
1108
+ <!-- Keep the chat drawer accessible whenever it is not permanent. -->
1109
<v-btn
- v-if="isChatPath && $vuetify.display.smAndDown"
1110
+ v-if="isChatPath && !lgAndUp"
1111
class="chat-mobile-sidebar-toggle"
1112
icon
1113
size="small"
0 commit comments