mirror of
https://github.com/apache/superset.git
synced 2026-06-07 08:39:25 +00:00
Before we limited the table size to 10 rows, now there's no limit and it will overflow properly with a scrollbar.
8 lines
92 B
CSS
8 lines
92 B
CSS
.para div.grid {
|
|
overflow: auto;
|
|
}
|
|
|
|
.para div.row:hover {
|
|
background-color: #CCC;
|
|
}
|