Merge pull request #596 from stenehall/ios-native-scroll
Add iOS native scroll for buffers
This commit is contained in:
commit
4ed6a00aaf
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
-webkit-transition:0.2 ease-in-out all;
|
-webkit-transition:0.2 ease-in-out all;
|
||||||
transition:0.2s ease-in-out all;
|
transition:0.2s ease-in-out all;
|
||||||
|
-webkit-overflow-scrolling: touch; /* Native scroll on ios */
|
||||||
}
|
}
|
||||||
#bufferlines > table {
|
#bufferlines > table {
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
|
|
Loading…
Reference in a new issue