From 52bb79ecab78b0de3b86e5ab659dd4b6dcf57903 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 20 Jul 2012 21:20:35 +0000 Subject: [PATCH] Revert "(bug 260) Handle
 overflow automatically with a
 scroll bar"

Even after 8 years, we can't seem to make up our minds. That said, I think using word-wrap is the way to go, see comments on the bug.

This reverts commit b9f5fc10ae1fd7fab754db023e7d622355894f58
---
 RELEASE-NOTES-1.20              | 1 -
 skins/common/commonElements.css | 6 ------
 2 files changed, 7 deletions(-)

diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index e79dce2e9b..3c545eea9e 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -125,7 +125,6 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   who don't have access to /tmp can specify an alternative.
 * (bug 27283) SqlBagOStuff breaks PostgreSQL transactions.
 * (bug 35727) mw.Api ajax() should put token parameter last.
-* (bug 260) Handle 
 overflow automatically with a scroll bar.
 * (bug 37708) mw.Uri.clone() should make a deep copy.
 
 === API changes in 1.20 ===
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index 903a4f742e..02fd29fe20 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -198,12 +198,6 @@ pre, .mw-code {
 	border: 1px dashed #2f6fab;
 	color: black;
 	background-color: #f9f9f9;
-	/* Handle overflow (bug 260) */
-	overflow: auto;
-	/* IE 7 is the first IE to support overflow but got it wrong */
-	/* IE 8+ is fine */
-	*padding-bottom: 21px;
-	*overflow-y: hidden;
 }
 
 /* Tables */
-- 
2.20.1