Skip to content

Commit

Permalink
Allow click through waterfall gradient (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
SQL-MisterMagoo committed Feb 19, 2024
1 parent cff270a commit 92e5e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TagzApp.Blazor/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body {
width: 100%;
height: 8em;
background: linear-gradient(180deg, transparent, #252525);
pointer-events: none;
}

#taggedContent article {
Expand Down
1 change: 1 addition & 0 deletions src/TagzApp.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body {
width: 100%;
height: 5em;
background: linear-gradient(180deg, transparent, #252525);
pointer-events: none;
}

#taggedContent article {
Expand Down

0 comments on commit 92e5e82

Please sign in to comment.