From a76344f7d092182189c327c9d2ad704906203b1a Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 1 Nov 2022 06:06:54 -0400 Subject: [PATCH] Fix submission listing actions covered by link. --- files/assets/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 04e6f869a..49aeeaf49 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3715,6 +3715,9 @@ small, .small { .post-actions .list-inline .list-inline-item .dropdown-item:active { color: var(--white); } +.post-actions { + position: relative; +} .post-actions a, .post-actions button { color: var(--gray-100); font-weight: 600;