themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

Collapse Sidebar missing in demo #38

Closed tacman closed 3 years ago

tacman commented 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>
tacman commented 3 years ago

I see -- it's only visible in certain views.

kevinwaxi commented 3 years ago

how was this solved?

zoltanszogyenyi commented 3 years ago

Hey @kevinwaxi,

As @tacman already mentioned, it's only visible in certain views.