From f727afdabbb4136127f2629b80182013f8025805 Mon Sep 17 00:00:00 2001 From: Zoltan Hosszu Date: Fri, 27 Feb 2026 10:37:32 +0100 Subject: [PATCH] Stamp z-index issue fix --- app/assets/stylesheets/cards.css | 1 + app/assets/stylesheets/reactions.css | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 011af9089..7626fb4a3 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -398,6 +398,7 @@ position: absolute; rotate: 5deg; transform-origin: top right; + z-index: 2; .cards & { display: none; diff --git a/app/assets/stylesheets/reactions.css b/app/assets/stylesheets/reactions.css index 14e8b2086..508809273 100644 --- a/app/assets/stylesheets/reactions.css +++ b/app/assets/stylesheets/reactions.css @@ -10,6 +10,7 @@ flex-wrap: wrap; gap: var(--inline-space-half); inline-size: 100%; + z-index: 3; &:has([open]) { z-index: var(--z-popup);