Skip to content

Commit 3bf8896

Browse files
committed
fix: keep chat sidebar accessible at medium widths
1 parent e262522 commit 3bf8896

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dashboard/src/layouts/full/vertical-header/VerticalHeader.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,8 +1105,9 @@ onMounted(async () => {
11051105
<span class="version-text hidden-xs">{{ botCurrVersion }}</span>
11061106
</div>
11071107

1108+
<!-- Keep the chat drawer accessible whenever it is not permanent. -->
11081109
<v-btn
1109-
v-if="isChatPath && $vuetify.display.smAndDown"
1110+
v-if="isChatPath && !lgAndUp"
11101111
class="chat-mobile-sidebar-toggle"
11111112
icon
11121113
size="small"

0 commit comments

Comments
 (0)