aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-07-03 14:16:27 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2023-07-03 14:16:27 -0700
commit6f94f86c865a35df7e45607109e73e212d1097cb (patch)
treed0f052805ed9acbb9c702431c406c1b2556d4c89
parentAttempt to reset z-index on navbar (diff)
downloadskin-tyrian-6f94f86c865a35df7e45607109e73e212d1097cb.tar.gz
skin-tyrian-6f94f86c865a35df7e45607109e73e212d1097cb.tar.bz2
skin-tyrian-6f94f86c865a35df7e45607109e73e212d1097cb.zip
Apply fix for Move page drop downs covering Tyrian navbar.
Closes bug 624590. Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--main.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.css b/main.css
index 5f14646..44cf7c9 100644
--- a/main.css
+++ b/main.css
@@ -289,6 +289,8 @@ table.mw-templatedata-doc-params {
max-width: 100%;
}
-.tyrian-navbar {
+/* Apply fix so that Tyrian navbar does not override wiki dropdowns on Move page (or other pages).
+See bug 624590.*/
+body .tyrian-navbar {
z-index: auto;
-}
+} \ No newline at end of file