From ef5a42db9168f2c780b57d519fdfcbd0d690ca44 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 9 May 2026 00:39:37 +0200 Subject: [PATCH] fix z index of file extension --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 7cfeeafe..420ab495 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1007,6 +1007,7 @@ tr.play td:nth-child(1) a { justify-content: center; } .th_ext { + z-index: 1; position: absolute; text-align: center; width: 100%;