mirror of
https://github.com/ivabus/www
synced 2024-11-25 13:25:05 +03:00
x is no longer dark on mobile menu
This commit is contained in:
parent
153d0f2581
commit
f0033e210d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div class="offcanvas black-bg offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
|
<div class="offcanvas black-bg offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<h5 class="offcanvas-title" id="offcanvasRightLabel">MENU</h5>
|
<h5 class="offcanvas-title" id="offcanvasRightLabel">MENU</h5>
|
||||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"><i class="icon-tea-x-btn"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="offcanvas-body">
|
<div class="offcanvas-body">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue