From 6a26e69f47af50f3cad73da5951afd1b6c90263c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 7 Nov 2022 13:34:07 +0200 Subject: [PATCH] fix z-index --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0be9fc3f56..2d705ec8e3 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3646,7 +3646,7 @@ small, .small { color: var(--muted); font-weight: 600; font-size: 12px; - z-index: 3; + z-index: 1000; } .dropdown-actions .fa, .dropdown-actions .fas, .dropdown-actions .far { font-size: 12px;