chore: added shadows for the sort by dropdown

staging
Tejas Chari 2023-11-22 16:17:52 +05:30
parent 98c89e4d8d
commit f1e44f1de1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<path d="M6 9l6 6l6 -6"></path> <path d="M6 9l6 6l6 -6"></path>
</svg> </svg>
</button> </button>
<div class="dropdown-menu hidden group-hover:flex absolute top-full left-0 w-full flex-col bg-white z-10"> <div class="dropdown-menu hidden group-hover:flex absolute top-full left-0 w-full flex-col bg-white z-10 shadow-lg">
{foreach from=$listing.sort_orders item=sort_order} {foreach from=$listing.sort_orders item=sort_order}
<a <a
rel="nofollow" rel="nofollow"