fix[SIdebar]: fixed bug in mobile #1567

This commit is contained in:
Pan 2019-01-30 13:35:58 +08:00
parent 4b3a41c535
commit 31690d4888
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@
&.hideSidebar {
.sidebar-container {
pointer-events: none;
transition-duration: 0.3s;
transform: translate3d(-$sideBarWidth, 0, 0);
}