From 600f40002b2b3e59135146df493bf89401434ff4 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 25 Mar 2011 02:23:55 +0000 Subject: Refs #2979 forces vertical scrollbar without breaking widget dragging git-svn-id: http://code.elgg.org/elgg/trunk@8835 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/reset.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'views/default/css/elements/reset.php') diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index 6360e1c76..44bf2fac9 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -31,6 +31,11 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { background-color: white; } + +html, body { + height: 100%; + margin-bottom: 1px; +} img { border-width:0; border-color:transparent; -- cgit v1.2.3