]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added overflow-y: scroll by default so that the page doesn't get jerky when an animat...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 19:18:30 +0000 (19:18 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 18 Feb 2011 19:18:30 +0000 (19:18 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8293 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php
views/default/css/elements/reset.php

index d0ee9f3724639c20bc58556f42bc4b0729ae2fce..8166ff5d563165015c1c0c2ab45414f3fdbe89f6 100644 (file)
@@ -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;
index 6360e1c761964461fccd23cb18c74f1601157546..43e756b2e0a8a7a66d31a085495dc2e167cd63a1 100644 (file)
@@ -30,6 +30,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 }
 body {
        background-color: white;
+       overflow-y: scroll;
 }
 img {
        border-width:0;