From: Jens Frank Date: Wed, 6 Oct 2004 20:55:08 +0000 (+0000) Subject: BUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing under MSIE 5.5 X-Git-Tag: 1.5.0alpha1~1642 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c429a73b66715063520bc22fae316adf88ad7ac0;p=lhc%2Fweb%2Fwiklou.git BUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing under MSIE 5.5 --- diff --git a/skins/monobook/IE55Fixes.css b/skins/monobook/IE55Fixes.css index b3258d5132..ad20b20bcc 100644 --- a/skins/monobook/IE55Fixes.css +++ b/skins/monobook/IE55Fixes.css @@ -70,3 +70,7 @@ body { font-size: xx-small; } padding:0; margin:0; } + +#editform { + width: 100%; +}