fix: make the sidebar close button visible under the lg breakpoint

This commit is contained in:
mrholek
2023-11-13 20:17:13 +01:00
parent 7472f9a634
commit 7142f3498b
+3 -1
View File
@@ -1,6 +1,7 @@
<template>
<CSidebar
class="sidebar-dark border-end"
class="border-end"
colorScheme="dark"
position="fixed"
:unfoldable="sidebarUnfoldable"
:visible="sidebarVisible"
@@ -25,6 +26,7 @@
:height="32"
/>
</CSidebarBrand>
<CCloseButton class="d-lg-none" dark @click="$store.commit('toggleSidebar')" />
</CSidebarHeader>
<AppSidebarNav />
<CSidebarFooter class="border-top">