Position contact bar behind overlays

This commit is contained in:
Björn Fromme
2022-03-15 15:20:17 +01:00
parent 2ec084fbd7
commit 3ffe359af2
@@ -1,5 +1,5 @@
.contact-bar {
@apply fixed z-100 bottom-0 left-0 w-full flex justify-between;
@apply fixed z-40 bottom-0 left-0 w-full flex justify-between;
@screen md {
@apply bottom-auto left-auto top-1/2 right-0 w-auto flex-col divide-x-0 space-y-1;