Skip to content

Commit

Permalink
Merge branch 'develop' into 658-aria
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle authored Nov 16, 2023
2 parents b3f2009 + ae71c69 commit 268ac12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ main.hidden
top 0
bottom 0
left 0
transition transform 250ms ease-out
transition transform 250ms ease-out, visibility 250ms
width $sidebar-width
z-index 20

Expand Down Expand Up @@ -411,6 +411,7 @@ body.sticky

body.close
.sidebar
visibility hidden
transform translateX(- $sidebar-width)

.sidebar-toggle
Expand Down Expand Up @@ -439,8 +440,9 @@ body.close
overflow-x hidden

.sidebar
visibility hidden
left - $sidebar-width
transition transform 250ms ease-out
transition transform 250ms ease-out, visibility 250ms

.content
left 0
Expand All @@ -459,6 +461,7 @@ body.close

body.close
.sidebar
visibility visible
transform translateX($sidebar-width)

.sidebar-toggle
Expand Down

0 comments on commit 268ac12

Please sign in to comment.