Skip to content

Commit

Permalink
fix[SIdebar]: fixed bug in mobile #1567
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Jan 30, 2019
1 parent 4b3a41c commit 31690d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

&.hideSidebar {
.sidebar-container {
pointer-events: none;
transition-duration: 0.3s;
transform: translate3d(-$sideBarWidth, 0, 0);
}
Expand Down

0 comments on commit 31690d4

Please sign in to comment.