Files
redash/client/app/components/dynamic-table/dynamic-table.css
2016-12-20 15:54:13 +02:00

8 lines
85 B
CSS

dynamic-table > div {
overflow: auto;
}
th.sortable-column {
cursor: pointer;
}