diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-03 08:44:34 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-03 08:44:34 +0200 |
| commit | b0368ff5c93601473ff139d61adcd1e64cb6458f (patch) | |
| tree | 9d96eead907c51366f27427cca26d802941f5b83 | |
| parent | 339316ad46ff876c64b878dd19dc02e3c4a305ab (diff) | |
| download | nowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.tar nowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.tar.gz nowayforward_human-b0368ff5c93601473ff139d61adcd1e64cb6458f.zip | |
fix(views/archive): Increase topbar z-index by a lot
| -rw-r--r-- | views/archive/topbar.css | 2 |
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 { |
