Skip to content

Commit

Permalink
Fix sandbox z-index (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
imsitnikov authored Sep 15, 2024
1 parent 8858fe3 commit 70e6301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $block: '.#{variables.$ns}layout';
&__content {
position: relative;
flex: 1;
z-index: 1;

&_no-scroll {
overflow: hidden;
Expand Down
2 changes: 2 additions & 0 deletions src/components/Themes/Themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
$block: '.#{variables.$ns}themes';

#{$block} {
position: relative;
z-index: 1;
margin-block-start: calc(var(--g-spacing-base) * 16);

&__title {
Expand Down

0 comments on commit 70e6301

Please sign in to comment.