https://bugzilla.wikimedia.org/show_bug.cgi?id=33162
Yair Rand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Yair Rand <[email protected]> 2011-12-26 02:58:45 UTC --- That was probably done so that the top borders wouldn't curve into the top of the screen space. Probable solution: @VisualEditor/modules/sandbox/sandbox.css: position: fixed; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-top-left-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-topleft: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; z-index: 100; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
