Closed tacman closed 3 years ago
There's code to collapse the sidebar, but it's not visible, including on the demo page. Maybe it just starts out as hidden?
<div class="collapse-close d-md-none"> <a href="#sidebarMenu" class="fas fa-times" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="true" aria-label="Toggle navigation"></a> </div>
I see -- it's only visible in certain views.
how was this solved?
Hey @kevinwaxi,
As @tacman already mentioned, it's only visible in certain views.
There's code to collapse the sidebar, but it's not visible, including on the demo page. Maybe it just starts out as hidden?