diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c35fbaed910c6a842afad79f3c8e7c00531f07d1..d48ce2bcbdc923014435cd9bcbfa6d775c3ffdde 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -14,6 +14,7 @@ Fixed
 
 * Configuration mechanisms for OpenID Connect were broken.
 * Set a fixed version for django-sass-processor to avoid a bug with searching ``style.css`` in the wrong storage.
+* Correct the z-index of the navbar to display the main title again on mobile devices.
 
 `2.0rc6`_ - 2021-10-11
 ----------------------
diff --git a/aleksis/core/static/style.scss b/aleksis/core/static/style.scss
index ab20ec56d066fa3d6ed7637a8cdf38bb105b0f21..38ea2751beef343326090c1cf9bd58735b9e0b68 100644
--- a/aleksis/core/static/style.scss
+++ b/aleksis/core/static/style.scss
@@ -87,12 +87,6 @@ header, main, footer {
   width: auto;
 }
 
-@media only screen and (max-width: 993px) {
-  header div.nav-wrapper {
-    z-index: -5;
-  }
-}
-
 
 /********/
 /* MAIN */