Skip to content

Commit

Permalink
fix player overlaps donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
malyna2 committed Oct 23, 2023
1 parent 83d2ae7 commit 058a65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@include mut.sized(1200px, 46px);
@include mut.flex-centered();

@include mut.positioned-as(fixed, $bottom: 4%);
@include mut.positioned-as(fixed, $bottom: 15px);
@include mut.full-rounded(11px, $overflow: visible);

background-color: c.$pure-white-color;
Expand Down
9 changes: 1 addition & 8 deletions src/features/StreetcodePage/Streetcode.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
position: sticky;
display: flex;
z-index: 4;
bottom: f.pxToRem(50px);
bottom: f.pxToRem(75px);
justify-content: flex-end;
}

Expand Down Expand Up @@ -71,10 +71,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
@include mut.rem-padded($top: 64px);
}

.sticky{
bottom: f.pxToRem(25px);
}

.container{
margin-top: f.pxToRem(44px);
}
Expand All @@ -84,9 +80,6 @@ $bgImg: '@assets/images/streetcode-card/background.webp';
.streetcodeContainer, .mainBlock{
background-image: none !important;
}
.sticky{
bottom: f.pxToRem(50px);
}
}

.loader-container{
Expand Down

0 comments on commit 058a65a

Please sign in to comment.