Files
datahub/examples/fivethirtyeight/styles/globals.css
2023-05-11 13:15:18 -03:00

9 lines
129 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.preview-table > div {
overflow-x: scroll;
overflow-y: hidden;
}