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 { .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;