forked from brooksbingham/theme-elegance
chore: fixed the width for the offcanvas
parent
f1e44f1de1
commit
3e9543a0b7
|
@ -46,8 +46,8 @@
|
|||
</div>
|
||||
|
||||
<!-- Off Screen Canvas Menu For Filters -->
|
||||
<div id="product-list-top-filters" class="offcanvas fixed inset-0 flex w-96 hidden" role="dialog" aria-modal="true">
|
||||
<div class="relative mr-auto flex h-full md:w-64 flex-col overflow-y-auto bg-white py-4 pb-12 shadow-xl">
|
||||
<div id="product-list-top-filters" class="offcanvas fixed inset-0 flex w-64 hidden" role="dialog" aria-modal="true">
|
||||
<div class="relative mr-auto flex h-full flex-col overflow-y-auto bg-white py-4 pb-12 shadow-xl">
|
||||
<div class="flex items-center justify-between px-4">
|
||||
<h2 class="text-lg font-medium text-gray-900">Filters</h2>
|
||||
<button id="hide-filters" type="button">
|
||||
|
|
Loading…
Reference in New Issue