From 8e8ab695289ff35c4fcf170d08527b9f5db145a1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 16:35:09 +0800 Subject: [PATCH] Make sure the summary button is on top --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 841080a0..afe6a954 100644 --- a/src/app.css +++ b/src/app.css @@ -215,6 +215,7 @@ a.mention span { color: var(--text-insignificant-color); user-select: none; box-shadow: 0 0 0 2px var(--bg-color); + position: relative; } .timeline.contextual > li .replies summary:active, .timeline.contextual > li .replies[open] summary {