Skip to content

Commit

Permalink
fix(ld-sidenav): cosmetics for collapsed sidenav-back active indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Feb 14, 2023
1 parent 4ea70fa commit b0479a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ That's why we set z-index 0 on the following elements.
);

.ld-sidenav-back--collapsed & {
transform: translateX(calc(-1 * var(--ld-sidenav-translate-x-delta)));
transform: translateX(calc(-1 * var(--ld-sidenav-translate-x-delta) - 1px));
}
}

Expand Down

0 comments on commit b0479a8

Please sign in to comment.