15 lines
212 B
CSS
15 lines
212 B
CSS
![]() |
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
@layer base {
|
||
|
html,
|
||
|
container,
|
||
|
body {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
overflow-y: auto;
|
||
|
position: fixed;
|
||
|
}
|
||
|
}
|