Fix message content scrolling on touch devices

pull/148/head
Thomas Bruederli 11 years ago
parent 3ce7c56826
commit 7f196096f4

@ -772,6 +772,7 @@ table.messagelist.fixedcopy {
width: 100%; width: 100%;
bottom: 27px; bottom: 27px;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch;
} }
#messageheader, #messageheader,

Loading…
Cancel
Save