From 85e10cbb418687f92bdd032beb1ded0205e6a857 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 15 Aug 2013 00:09:44 +0200 Subject: Fix scrolling in iframes on touch devices --- skins/larry/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 288b010ed..238c4a297 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -929,6 +929,15 @@ a.iconlink.upload { background-repeat: no-repeat; } +/* fix scrolling within iframes in webkit browsers on touch devices */ +@media screen and (-webkit-min-device-pixel-ratio:0) { + .iframebox { + overflow: auto; + -webkit-overflow-scrolling: touch; + } +} + + /*** lists ***/ .listbox { -- cgit v1.2.3