File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ main.hidden
219219 top 0
220220 bottom 0
221221 left 0
222- transition transform 250ms ease-out
222+ transition transform 250ms ease-out , visibility 250 ms
223223 width $sidebar-width
224224 z-index 20
225225
@@ -406,6 +406,7 @@ body.sticky
406406
407407body .close
408408 .sidebar
409+ visibility hidden
409410 transform translateX (- $sidebar-width )
410411
411412 .sidebar-toggle
@@ -434,8 +435,9 @@ body.close
434435 overflow-x hidden
435436
436437 .sidebar
438+ visibility hidden
437439 left - $sidebar-width
438- transition transform 250ms ease-out
440+ transition transform 250ms ease-out , visibility 250 ms
439441
440442 .content
441443 left 0
@@ -454,6 +456,7 @@ body.close
454456
455457 body .close
456458 .sidebar
459+ visibility visible
457460 transform translateX ($sidebar-width )
458461
459462 .sidebar-toggle
You can’t perform that action at this time.
0 commit comments