Fix position of top filter
This commit is contained in:
parent
648a3e9229
commit
e422d29759
|
|
@ -117,7 +117,7 @@
|
||||||
.module-navigation {
|
.module-navigation {
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 50px;
|
top: 0;
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue