Open aqulu opened 5 years ago
The top nav bar seems to have changed quite a bit.
This updates the querySelector for the nav bar and the class name to remove display: fixed property (changed to .m). Also removes the spacer-div that may be present underneath the fixed topbar.
display: fixed
.m
The top nav bar seems to have changed quite a bit.
This updates the querySelector for the nav bar and the class name to remove
display: fixed
property (changed to.m
). Also removes the spacer-div that may be present underneath the fixed topbar.