Skip to content

Commit

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

&__content {
position: relative;
flex: 1;
z-index: 1;
}
}

0 comments on commit 622e8bc

Please sign in to comment.