You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/09 04:35:47 UTC

[incubator-superset] branch master updated: Make overflow important to allow scrolling on dashboard (#3810)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new cbcc00c  Make overflow important to allow scrolling on dashboard (#3810)
cbcc00c is described below

commit cbcc00c9290faf4d98c562df2a0f802d63669c77
Author: michellethomas <mi...@gmail.com>
AuthorDate: Wed Nov 8 20:35:45 2017 -0800

    Make overflow important to allow scrolling on dashboard (#3810)
---
 superset/assets/visualizations/time_table.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/visualizations/time_table.css b/superset/assets/visualizations/time_table.css
index b4ed97f..e60b0b3 100644
--- a/superset/assets/visualizations/time_table.css
+++ b/superset/assets/visualizations/time_table.css
@@ -1,3 +1,3 @@
 .time_table.slice_container {
-  overflow: auto;
+  overflow: auto !important;
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].