Skip to content

Commit

Permalink
Fix collapsed posts background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Mar 13, 2024
1 parent e7b4918 commit 369e728
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1557,10 +1557,7 @@ body > [data-popper-placement] {
bottom: 0;
inset-inline-start: 0;
inset-inline-end: 0;
background: linear-gradient(
rgba($ui-base-color, 0),
rgba($ui-base-color, 1)
);
background: linear-gradient(transparent, var(--background-color));
pointer-events: none;
}

Expand Down

0 comments on commit 369e728

Please sign in to comment.