Skip to content

Commit

Permalink
fix: footer masking unclickable (#496)
Browse files Browse the repository at this point in the history
fix: footer masking makes it unclickable
  • Loading branch information
PainterPuppets authored Aug 22, 2024
1 parent 321e536 commit 2fe76a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/SlideFooter/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
& > span {
display: flex;
cursor: pointer;
pointer-events: auto;

&:hover {
color: #666;
Expand Down
1 change: 1 addition & 0 deletions src/pages/home/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ $headerZ: 2;
white-space: nowrap;
filter: invert(1);
mix-blend-mode: difference;
pointer-events: none;
}

.titleText {
Expand Down

0 comments on commit 2fe76a7

Please sign in to comment.