2023-05-11 13:16:04 -03:00

9 lines
129 B
CSS

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