From 7f9a16ff5d39d4ce3dfdc1f2c1c38656cd8617b7 Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 14 Sep 2024 12:34:45 +0800 Subject: [PATCH] *Toot: fix the thread line covers preview (#10) --- src/timelines/toot.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/timelines/toot.module.css b/src/timelines/toot.module.css index 59aac3e..89b4609 100644 --- a/src/timelines/toot.module.css +++ b/src/timelines/toot.module.css @@ -118,6 +118,8 @@ transition: color 220ms var(--tutu-anim-curve-std), background-color 220ms var(--tutu-anim-curve-std); padding-bottom: 8px; overflow: hidden; + z-index: 1; + position: relative; >img { max-width: 100%;