12 lines
156 B
CSS
12 lines
156 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
container,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
position: fixed;
|
|
}
|