Skip to content

Commit

Permalink
fix(design): sidebar appears expanded before animation completes (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Aug 22, 2024
1 parent de8b71b commit 5d58cd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
flex: 0 1 auto;
width: 100%;
z-index: variables.$daff-sidebar-content-z-index;
height: 100%;
min-height: 100%;
}

&__nav {
Expand All @@ -28,7 +28,7 @@
&:empty {
display: none;
}

&:not(:empty) {
+ #{$root}__content {
margin-top: var(--daff-sidebar-side-fixed-top-shift);
Expand Down

0 comments on commit 5d58cd0

Please sign in to comment.