mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
x is no longer dark on mobile menu
This commit is contained in:
parent
153d0f2581
commit
f0033e210d
|
@ -1,7 +1,7 @@
|
|||
<div class="offcanvas black-bg offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
|
||||
<div class="offcanvas-header">
|
||||
<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 class="offcanvas-body">
|
||||
|
||||
|
|
Loading…
Reference in a new issue