Fix position of top filter

This commit is contained in:
Ramon Wenger 2019-07-23 14:26:05 +02:00
parent 648a3e9229
commit e422d29759
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
.module-navigation {
position: -webkit-sticky;
position: sticky;
top: 50px;
top: 0;
display: none;
width: 100%;
box-sizing: border-box;