FilterBar z-index should be infinite

To appear above any other elements
This commit is contained in:
Justin Edmund 2024-04-22 06:53:56 -07:00
parent 8f132e7f51
commit 54cecdc9df

View file

@ -16,6 +16,7 @@
width: 100%; width: 100%;
max-width: 996px; max-width: 996px;
min-height: 80px; min-height: 80px;
z-index: 999;
@include breakpoint(tablet) { @include breakpoint(tablet) {
position: static; position: static;