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 @@ -219,7 +219,7 @@ main.hidden
219
219
top 0
220
220
bottom 0
221
221
left 0
222
- transition transform 250ms ease-out
222
+ transition transform 250ms ease-out , visibility 250 ms
223
223
width $sidebar-width
224
224
z-index 20
225
225
@@ -406,6 +406,7 @@ body.sticky
406
406
407
407
body .close
408
408
.sidebar
409
+ visibility hidden
409
410
transform translateX (- $sidebar-width )
410
411
411
412
.sidebar-toggle
@@ -434,8 +435,9 @@ body.close
434
435
overflow-x hidden
435
436
436
437
.sidebar
438
+ visibility hidden
437
439
left - $sidebar-width
438
- transition transform 250ms ease-out
440
+ transition transform 250ms ease-out , visibility 250 ms
439
441
440
442
.content
441
443
left 0
@@ -454,6 +456,7 @@ body.close
454
456
455
457
body .close
456
458
.sidebar
459
+ visibility visible
457
460
transform translateX ($sidebar-width )
458
461
459
462
.sidebar-toggle
You can’t perform that action at this time.
0 commit comments