Skip to content

Commit

Permalink
fix: z-index for content in layout (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaponov authored Aug 8, 2024
1 parent 4c3aced commit d25d19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $block: '.#{variables.$ns}layout';
flex-direction: column;
flex-grow: 1;
overflow: auto;
z-index: 1;
}

&__content {
Expand Down

0 comments on commit d25d19a

Please sign in to comment.