Skip to content

Commit

Permalink
fix(sidewidgets): hotfix area under sidewidget container unclikable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
OggyKUN authored Sep 21, 2024
1 parent 2af64fb commit 27d7757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sideButtonLink/SideButtonLink.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
z-index: 3;
padding: 10px 10px;
backdrop-filter: blur(15px);
pointer-events: auto;

> span {
font-size: 14px;
Expand Down
1 change: 1 addition & 0 deletions src/layouts/Main.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
justify-content: space-between;
width: 100%;
top: 45%;
pointer-events: none;
}

0 comments on commit 27d7757

Please sign in to comment.