From 4436850d7cc3d96ebe6d40466e233b90c83b9dcf Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 18 Feb 2011 19:18:30 +0000 Subject: Added overflow-y: scroll by default so that the page doesn't get jerky when an animation breaks the fold git-svn-id: http://code.elgg.org/elgg/trunk@8293 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 1 + views/default/css/elements/reset.php | 1 + 2 files changed, 2 insertions(+) diff --git a/views/default/css/admin.php b/views/default/css/admin.php index d0ee9f372..8166ff5d5 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -80,6 +80,7 @@ body { font-size: 80%; line-height: 1.4em; font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif; + overflow-y: scroll; } h1, h2, h3, h4, h5, h6 { font-weight: bold; diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index 6360e1c76..43e756b2e 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -30,6 +30,7 @@ table, caption, tbody, tfoot, thead, tr, th, td { } body { background-color: white; + overflow-y: scroll; } img { border-width:0; -- cgit v1.2.3