- Shipped
- August 15, 2026 at 6:48 AM UTC
- Author
- Kamo
- Commit
- e8674e6
#preview is a plain flex item with no position, so the slideshow layer — positioned, z-index 0 — painted over its background and, worse, over the member avatar in the middle of it. The preview column now takes position: relative and is lifted to z-index 1 while a slideshow is up, putting the photography underneath both columns. Both columns then carry their own colour at 50% via color-mix, so the background reads through them, and the slideshow's own 0.55 scrim is gone now that the columns supply the tint. The alpha is on the backgrounds only, never on the elements, so the avatar and the video preview stay fully opaque on top. Third-party prejoin is excluded from the preview tint: there #preview is the full-bleed video backdrop, not a column.