7 lines
99 B
CSS
7 lines
99 B
CSS
@import "tailwindcss";
|
|
@import '@zen/core/styles/zen.css';
|
|
|
|
html, body {
|
|
overflow-x: hidden;
|
|
}
|