9 lines
129 B
CSS
9 lines
129 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.preview-table > div {
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
}
|