💄 Change Z-index of filter menu to not override modals
continuous-integration/drone/push Build is passing Details

timeline
Alix JEUDI--LEMOINE 2 weeks ago
parent bacf42b7df
commit ffbcfe73f5

@ -6,7 +6,7 @@
(dragover)="onDragOver($event)"
></div>
<div
class="z-50 floating-filters text-center absolute top-4 right-4 flex flex-col space-y-2 bg-white p-3 rounded-xl shadow-lg dark:bg-gray-900 dark:text-white"
class="z-1 floating-filters text-center absolute top-4 right-4 flex flex-col space-y-2 bg-white p-3 rounded-xl shadow-lg dark:bg-gray-900 dark:text-white"
>
<div
class="filters flex md:items-center flex-col md:flex-row align-top justify-start gap-4"

Loading…
Cancel
Save