Merge pull request #382 from dzaikos/ios-inertial-scrolling
Enable inertial scrolling for iOS devices.
This commit is contained in:
當前提交
c6f9438a6e
共有 1 個文件被更改,包括 3 次插入 和 0 次删除
|
@ -799,6 +799,7 @@ div.fatalError textarea {
|
|||
overflow : hidden;
|
||||
background : #f5f5f5;
|
||||
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
-webkit-overflow-scrolling : touch;
|
||||
}
|
||||
|
||||
#headlines-wrap-inner {
|
||||
|
@ -812,6 +813,7 @@ div.fatalError textarea {
|
|||
border-width : 0px;
|
||||
border-color : #ddd;
|
||||
margin-top : 0px;
|
||||
-webkit-overflow-scrolling : touch;
|
||||
}
|
||||
|
||||
#headlines-toolbar_splitter, #toolbar_splitter {
|
||||
|
@ -862,6 +864,7 @@ div.fatalError textarea {
|
|||
line-height: 1.5;
|
||||
font-size : 15px;
|
||||
overflow : auto;
|
||||
-webkit-overflow-scrolling : touch;
|
||||
}
|
||||
|
||||
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
||||
|
|
載入中…
Reference in a new issue