11 lines
98 B
CSS
11 lines
98 B
CSS
@import "tailwindcss";
|
|
|
|
:root {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
}
|