fix[SIdebar]: fixed bug in mobile #1567 (#1569)

This commit is contained in:
花裤衩 2019-01-30 13:38:01 +08:00 committed by Pan
parent 87f1bbdb7b
commit 56bd080b54
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);
}