File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ main.hidden
251
251
top 0
252
252
bottom 0
253
253
left 0
254
- transition transform 250ms ease-out
254
+ transition transform 250ms ease-out , visibility 250 ms
255
255
width $sidebar-width
256
256
z-index 20
257
257
@@ -438,6 +438,7 @@ body.sticky
438
438
439
439
body .close
440
440
.sidebar
441
+ visibility hidden
441
442
transform translateX (- $sidebar-width )
442
443
443
444
.sidebar-toggle
@@ -466,8 +467,9 @@ body.close
466
467
overflow-x hidden
467
468
468
469
.sidebar
470
+ visibility hidden
469
471
left - $sidebar-width
470
- transition transform 250ms ease-out
472
+ transition transform 250ms ease-out , visibility 250 ms
471
473
472
474
.content
473
475
left 0
@@ -486,6 +488,7 @@ body.close
486
488
487
489
body .close
488
490
.sidebar
491
+ visibility visible
489
492
transform translateX ($sidebar-width )
490
493
491
494
.sidebar-toggle
You can’t perform that action at this time.
0 commit comments