aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/reset.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 19:18:30 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 19:18:30 +0000
commit4436850d7cc3d96ebe6d40466e233b90c83b9dcf (patch)
tree78af9a00ed2bf9d542999d33b98a9a8de70d158e /views/default/css/elements/reset.php
parentf2f3cf95a96dc1167f90d3d0e5419149e680ee96 (diff)
downloadelgg-4436850d7cc3d96ebe6d40466e233b90c83b9dcf.tar.gz
elgg-4436850d7cc3d96ebe6d40466e233b90c83b9dcf.tar.bz2
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
Diffstat (limited to 'views/default/css/elements/reset.php')
-rw-r--r--views/default/css/elements/reset.php1
1 files changed, 1 insertions, 0 deletions
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;