]> granicus.if.org Git - transmission/commitdiff
#5040 Improve scrolling experience in Web UI on iPad
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 17 Sep 2012 15:10:12 +0000 (15:10 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 17 Sep 2012 15:10:12 +0000 (15:10 +0000)
web/style/transmission/common.css
web/style/transmission/common.scss

index 2ee9587cdc9e3db39ecee7870109ddeb5bdbd3f5..e59423ce32a2da41800e4c9a8c47daf4b02e1bc9 100644 (file)
@@ -156,7 +156,8 @@ div#torrent_container {
   left: 0px;
   padding: 0px;
   margin: 0px;
-  overflow: auto; }
+  overflow: auto;
+  -webkit-overflow-scrolling: touch; }
 
 ul.torrent_list {
   width: 100%;
@@ -350,6 +351,7 @@ ul.torrent_list {
 ***/
 div#torrent_inspector {
   overflow: auto;
+  -webkit-overflow-scrolling: touch;
   text-align: left;
   padding: 15px;
   top: 68px;
index 7aaacbc2202a62d952ae68b1f3ddb9b3d2af4680..fc91530f9c9d12463134a5e415712ed17425e78a 100644 (file)
@@ -265,6 +265,7 @@ div#torrent_container {
        padding: 0px;
        margin: 0px;
        overflow: auto;
+       -webkit-overflow-scrolling: touch;
 }
 
 ul.torrent_list
@@ -477,6 +478,7 @@ $inspector-width: 570px;
 div#torrent_inspector
 {
        overflow: auto;
+       -webkit-overflow-scrolling: touch;
        text-align: left;
        padding: 15px;
        top: $torrent-container-top;