https://bugzilla.wikimedia.org/show_bug.cgi?id=49514
--- Comment #4 from Krinkle <[email protected]> --- The z-index isn't too high, the reason the overlays are on top of the save dialog is because they are in a further relative subtree of the DOM. Whether it is z-index -999, 0 or 100000 won't matter. The actual issue described here is bug 49275. The overlay using z-index is a separate issue that is otherwise harmless. I'd recommend we: * Mark as invalid (z-index isn't a problem). * or; Turn this into a technical debt "clean up" reminder to get rid of the z-index (they're no longer needed afaik, because we moved overlays to be a proper relative subtree overlay instead of siblings with higher z-index). * or; Mark as duplicate of bug 49275. -- 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
