Skip to content

Commit

Permalink
Plugin: ExtraMenuFromWebservice: Menu is open by default. Fix z-index…
Browse files Browse the repository at this point in the history
… - refs BT#20442
  • Loading branch information
BorjaSanchezBeezNest committed Mar 22, 2023
1 parent 9eba5eb commit 40c58d9
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,5 +1,7 @@
$(document).ready(function () {
$('#menu-toggle').click(function() {
$("#nav-from-webservice").toggle("slow");
$("#nav-from-webservice").css("z-index", 15);
});
$('#menu-toggle').click();
});

0 comments on commit 40c58d9

Please sign in to comment.