FilterBar z-index should be infinite
To appear above any other elements
This commit is contained in:
parent
8f132e7f51
commit
54cecdc9df
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue