Commit e6233023 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add overflow:hidden to Touch inline examples.

parent d03d8914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
                }
                if (options.tablet) {
                    // Scale example down to 70% size. Default font-size is 114%
                    Ext.get('iframe-css').update("body {font-size: 79.8% !important}");
                    Ext.get('iframe-css').update("body {font-size: 79.8% !important} html {overflow: hidden}");
                }
                eval(code);
            } catch (e) {