https://bugzilla.wikimedia.org/show_bug.cgi?id=47942
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy --- Comment #2 from Bartosz Dziewoński <[email protected]> --- Actually, it's even simpler: it just needs a z-index of 3 (because div#content has a z-index of 2 in Monobook). Just add this CSS snippet somewhere to fix it: .wb-snaktypeselector-menu { z-index: 3; } (I'm not doing that since I have no idea where would it go :) ). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
