diff options
author | 2023-07-03 14:16:27 -0700 | |
---|---|---|
committer | 2023-07-03 14:16:27 -0700 | |
commit | 6f94f86c865a35df7e45607109e73e212d1097cb (patch) | |
tree | d0f052805ed9acbb9c702431c406c1b2556d4c89 | |
parent | Attempt to reset z-index on navbar (diff) | |
download | skin-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.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |