Fixing the overflow for tables

This commit is contained in:
Maxime Beauchemin 2016-02-03 21:51:10 -08:00
parent 72cf50a8c3
commit b10487cf39
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,3 @@
li.widget.pivot_table div.slice_container {
overflow: auto;
.gridster li.widget.pivot_table, div.widget.pivot_table{
overflow: auto; !important
}

View File

@ -1,7 +1,8 @@
li.widget.table div.token {
overflow: auto;
.gridster li.widget.table, div.widget.table{
overflow: auto; !important
}
td.filtered {
.widget.table td.filtered {
background-color: #005a63;
color: white;
}