Skip to content

Commit

Permalink
Fix sidebar menu toggle button for small screens
Browse files Browse the repository at this point in the history
Fixes #21754
  • Loading branch information
syncguru authored and vboctor committed Oct 14, 2016
1 parent c1d04f9 commit a77e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/layout_api.php
Expand Up @@ -398,7 +398,7 @@ function layout_navbar() {
}
echo '</button>';

echo '<button type="button" class="small navbar-toggle menu-toggler pull-right grey" id="menu-toggler">';
echo '<button type="button" class="small navbar-toggle menu-toggler pull-right grey" id="menu-toggler" data-target="#sidebar">';
echo '<span class="sr-only">Toggle sidebar</span>';
echo '<span class="icon-bar"></span>';
echo '<span class="icon-bar"></span>';
Expand Down

0 comments on commit a77e676

Please sign in to comment.