From 77f6603f6d5c0ad1a4ee9949eb14a8510be7d0d4 Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Mon, 3 Jul 2023 14:16:27 -0700 Subject: Apply fix for Move page drop downs covering Tyrian navbar. Closes bug 832955. https://bugs.gentoo.org/832955 Signed-off-by: Matthew Marchese --- main.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-65-gdbad