From b0368ff5c93601473ff139d61adcd1e64cb6458f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 3 Feb 2025 08:44:34 +0200 Subject: fix(views/archive): Increase topbar z-index by a lot --- views/archive/topbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/archive/topbar.css b/views/archive/topbar.css index 21b72d8..d046da6 100644 --- a/views/archive/topbar.css +++ b/views/archive/topbar.css @@ -10,7 +10,7 @@ position: fixed; top: 0; left: 0; - z-index: 1000; + z-index: 1000000; } .navbar-info { -- cgit v1.2.3