aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-03 08:44:34 +0200
committerSyndamia <kamen@syndamia.com>2025-02-03 08:44:34 +0200
commitb0368ff5c93601473ff139d61adcd1e64cb6458f (patch)
tree9d96eead907c51366f27427cca26d802941f5b83 /views
parent339316ad46ff876c64b878dd19dc02e3c4a305ab (diff)
downloadnowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.tar
nowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.tar.gz
nowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.zip
fix(views/archive): Increase topbar z-index by a lot
Diffstat (limited to 'views')
-rw-r--r--views/archive/topbar.css2
1 files changed, 1 insertions, 1 deletions
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 {