Added webkit-specific overflow scrolling for iOS devices to allow for inertial scrolling.
This commit is contained in:
parent
ace47aefa7
commit
a47e631c1b
1 changed files with 3 additions and 0 deletions
|
@ -799,6 +799,7 @@ div.fatalError textarea {
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
background : #f5f5f5;
|
background : #f5f5f5;
|
||||||
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||||
|
-webkit-overflow-scrolling : touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlines-wrap-inner {
|
#headlines-wrap-inner {
|
||||||
|
@ -812,6 +813,7 @@ div.fatalError textarea {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
border-color : #ddd;
|
border-color : #ddd;
|
||||||
margin-top : 0px;
|
margin-top : 0px;
|
||||||
|
-webkit-overflow-scrolling : touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlines-toolbar_splitter, #toolbar_splitter {
|
#headlines-toolbar_splitter, #toolbar_splitter {
|
||||||
|
@ -862,6 +864,7 @@ div.fatalError textarea {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size : 15px;
|
font-size : 15px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
|
-webkit-overflow-scrolling : touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
||||||
|
|
Loading…
Reference in a new issue