From eb9ea464965497b0d8e69292ed4f4a0a111b6b00 Mon Sep 17 00:00:00 2001 From: pginer Date: Thu, 16 Aug 2012 10:46:37 +0200 Subject: [PATCH] Fix bug 39417 - Scrollbars appear for ULS regions Modified overflow property to avoid vertical scrollbars. Change-Id: I93fdb98207348e8b105c223f3d4518b8bbed9bee --- lib/jquery.uls/css/jquery.uls.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery.uls/css/jquery.uls.css b/lib/jquery.uls/css/jquery.uls.css index ab168346..a9433b65 100644 --- a/lib/jquery.uls/css/jquery.uls.css +++ b/lib/jquery.uls/css/jquery.uls.css @@ -77,7 +77,7 @@ bottom: 2px; position: absolute; font-size: 13px; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; width: 100%; }