Skip to content

Commit

Permalink
fix: set z-index for .ycn-aside-header__content
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Oct 27, 2022
1 parent 6350567 commit b793bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AsideHeader/AsideHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ $block: '.#{variables.$ns}aside-header';

&__content {
width: calc(100% - var(--aside-header-size));
z-index: 95;
}

&__collapse-button {
Expand Down

0 comments on commit b793bc6

Please sign in to comment.