We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f8be0 commit 97d035cCopy full SHA for 97d035c
site/themes/arangodb-docs-theme/static/js/theme.js
@@ -689,7 +689,7 @@ window.onload = () => {
689
690
var isMobile = window.innerWidth <= 768;
691
if (isMobile) {
692
- document.querySelectorAll('.main-nav').forEach(el => el.classList.add("mobile", "active"));
+ document.querySelectorAll('.main-nav').forEach(el => el.classList.add("mobile"));
693
}
694
695
//const pageWrapper = document.querySelector('.page-wrapper');
0 commit comments