From a2154d64183bc9233f9535c856574096863b8004 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 27 Dec 2017 14:53:54 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20N=C2=B01182=20fix?= =?UTF-8?q?=20overlapping=20table=20in=20console=20dashlets=20:=20now=20we?= =?UTF-8?q?=20have=20a=20scrolling=20bar=20if=20necessary=20[from=20revisi?= =?UTF-8?q?on=205168]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.4[5169] --- css/light-grey.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/light-grey.scss b/css/light-grey.scss index ab048cfb1f..fdfb2b95e5 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -1716,6 +1716,7 @@ td.layout_cell { .dashlet-content { background: #fff; margin:0; + overflow: auto; } table.prop_table { border-bottom: 2px solid #F9F9F1;