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