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

pull/1983/head^2
花裤衩 6 years ago committed by GitHub
parent 4b3a41c535
commit 3b9abde89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save