Skip to content

Commit

Permalink
fix(docz-theme-default): allows hamburger menu to be opened on mobile (
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazy authored and pedronauck committed Mar 23, 2019
1 parent 9cdcdda commit fd06381
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const Sidebar: SFC = () => {
}

const handleSidebarToggle = () => {
if (isDesktop) return
setHidden(s => !s)
addOverlayClass(!hidden)
}
Expand Down

0 comments on commit fd06381

Please sign in to comment.