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