Files
superset2/caravel/assets/stylesheets/parallel_coordinates.css
Maxime Beauchemin 52bbb38188 Don't limit parallel coordinates table size (#455)
Before we limited the table size to 10 rows, now there's no limit and it
will overflow properly with a scrollbar.
2016-05-11 17:48:04 -07:00

8 lines
92 B
CSS

.para div.grid {
overflow: auto;
}
.para div.row:hover {
background-color: #CCC;
}