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

This commit is contained in:
花裤衩 2019-01-30 13:38:01 +08:00 committed by GitHub
parent 4b3a41c535
commit 3b9abde89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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