feat(components): allow to only hide offcanvas on breakpoint
This commit is contained in:
parent
c47a2eff89
commit
37a1551699
4 changed files with 62 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<aside id="main-offcanvas" class="msp-offcanvas">
|
||||
<aside id="main-offcanvas" class="msp-offcanvas msp-offcanvas-sm">
|
||||
<div class="msp-offcanvas-backdrop msp-offcanvas-toggle"
|
||||
data-msp-target="#main-offcanvas"></div>
|
||||
|
||||
|
|
@ -29,7 +29,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<nav class="msp-d-flex msp-justify-content-end">
|
||||
<button class="msp-offcanvas-toggle" data-msp-target="#main-offcanvas">Toggle</button>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue