aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-07-03 14:16:27 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2023-12-20 17:48:34 -0800
commit77f6603f6d5c0ad1a4ee9949eb14a8510be7d0d4 (patch)
tree3da1cce78e2ad340f1cb461fc545e7138c2a7954
parentMerge branch 'wikitest' (diff)
downloadskin-tyrian-77f6603f6d5c0ad1a4ee9949eb14a8510be7d0d4.tar.gz
skin-tyrian-77f6603f6d5c0ad1a4ee9949eb14a8510be7d0d4.tar.bz2
skin-tyrian-77f6603f6d5c0ad1a4ee9949eb14a8510be7d0d4.zip
Apply fix for Move page drop downs covering Tyrian navbar.
Closes bug 832955. https://bugs.gentoo.org/832955 Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-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