From 9bb0b13b94013915246c12c130c20be7af01c4f8 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 30 Jul 2018 10:08:58 +0000 Subject: [PATCH] f18style.css: scroll SVG horizonally by blecher-at (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk@17052 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css index 5913fdde6..087e966d9 100644 --- a/fhem/www/pgm2/f18style.css +++ b/fhem/www/pgm2/f18style.css @@ -204,7 +204,8 @@ body.touch div.col1, body.touch #menu table.room div { padding:0.25em 0; } @media screen and (orientation: portrait) { body.small table.block tr td:nth-child(n+3) { width: 0px; display: none; } - body.small #content > table { width: 100%; } + body.small #content > table { width: 100%; table-layout: fixed; } + .SVGplot { width: 100%; overflow-x: scroll } } body.pinnedMenu #menuBtn { display:none; }