Skip to content

Commit

Permalink
fix: hide mobile sidebar toggle if sidebar is dropdown [fix #723]
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Sep 9, 2019
1 parent ee6ae3e commit 16eb5dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
visibility: visible;
z-index: $menu_sidebar_active_z_index;
overflow: hidden;
.close-sidebar-panel {
display: none;
}
}

.header-menu-sidebar-inner {
Expand Down
4 changes: 4 additions & 0 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2649,6 +2649,10 @@ audio {
overflow: hidden;
}

.menu_sidebar_dropdown .header-menu-sidebar .close-sidebar-panel {
display: none;
}

.menu_sidebar_dropdown .header-menu-sidebar-inner {
max-width: 48em;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion style-rtl.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 16eb5dd

Please sign in to comment.