aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.css b/main.css
index 0e9054a..44cf7c9 100644
--- a/main.css
+++ b/main.css
@@ -288,3 +288,9 @@ table.mw-templatedata-doc-params {
width: 100%;
max-width: 100%;
}
+
+/* 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