https://bugzilla.wikimedia.org/show_bug.cgi?id=52075
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Jon <[email protected]> --- The overflow hidden here isn't the real problem - it's the height. We set tables to display block - one of the various hacks in place to enable scrolling on large tables which are unreadable on certain browsers - see bug 36936) Even if it was overflow-y: auto this would make no difference - the real problem here is the inline style height of 200px. Remove that from the template and all should be fixed. -- 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
