Changed z-index of sticky header

This commit is contained in:
Corey 2020-05-26 18:22:53 +08:00
parent 946e46fa4e
commit 235498b97b

View file

@ -35,7 +35,7 @@
/>
</div>
<div
class="flex flex-col space-y-4 md:space-y-0 md:flex-row border-t border-gray-300 bg-white py-4 px-8 sticky top-0"
class="flex flex-col space-y-4 md:space-y-0 md:flex-row border-t border-gray-300 bg-white py-4 px-8 sticky top-0 z-10"
>
<label
class="inline-flex items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-gray-900 hover:text-white"