Removed unnecessary overflow:auto on textareas to fix horizontal scrollbar in IE6
authorTom Gilder <tomgilder@users.mediawiki.org>
Sat, 22 Jan 2005 11:04:04 +0000 (11:04 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Sat, 22 Jan 2005 11:04:04 +0000 (11:04 +0000)
skins/monobook/IE60Fixes.css
skins/monobook/main.css

index 56fbc9f..feec15f 100644 (file)
@@ -67,7 +67,6 @@ div.visualClear {
     line-height: 0;
 }
 textarea {
-    overflow: auto;
     width: 96%;
 }
 
index e14117d..beae9b0 100644 (file)
@@ -159,7 +159,6 @@ textarea {
     background-color: white;
     width: 100%;
     padding: 0.1em;
-    overflow: auto;
 }