Skip to content

Commit

Permalink
Fixing the overflow for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 4, 2016
1 parent 72cf50a commit b10487c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions panoramix/static/widgets/viz_pivot_table.css
Original file line number Diff line number Diff line change
@@ -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
}
7 changes: 4 additions & 3 deletions panoramix/static/widgets/viz_table.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit b10487c

Please sign in to comment.