From eaf1a977282a8bbb8b26a042e0e43ff864ff1feb Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 18 Feb 2017 13:47:22 +0300 Subject: [WebUI] Fix mouse events on throughput summary table area --- interface/css/rspamd.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'interface/css') diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 15ca4afac..1dad20f7e 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -549,20 +549,31 @@ td.maps-cell { } /* RRD summary */ +#summary-row { + padding-left: 80px; + padding-right: 80px; +} .col-fixed, .col-fluid { position: relative; float: left; - padding-left: 80px; - padding-right: 80px; } .col-fixed { width: 200px; - z-index: 1; + min-height: 1px; /* make an empty div take space */ } .col-fluid { width: calc(100% - 200px); } +#rrd-table_toggle { + position: absolute; + top: 0; + height: 100%; + width: 100%; +} +#rrd-table_wrapper { + z-index: 100; +} #rrd-table { width: 100% !important; text-align: left; -- cgit v1.2.3