Fix collapsed posts background color

This commit is contained in:
Claire 2024-03-13 20:17:58 +01:00
parent e7b49181af
commit 369e728536

View file

@ -1557,10 +1557,7 @@ body > [data-popper-placement] {
bottom: 0; bottom: 0;
inset-inline-start: 0; inset-inline-start: 0;
inset-inline-end: 0; inset-inline-end: 0;
background: linear-gradient( background: linear-gradient(transparent, var(--background-color));
rgba($ui-base-color, 0),
rgba($ui-base-color, 1)
);
pointer-events: none; pointer-events: none;
} }