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