]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed dragging/scrolling issue caused by overflow-y on body
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 12:33:03 +0000 (12:33 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 12:33:03 +0000 (12:33 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8462 36083f99-b078-4883-b0ff-0f9b5a30f544

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

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