18 lines
174 B
CSS
18 lines
174 B
CSS
@import "tailwindcss";
|
|
|
|
:root {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
#__next {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
}
|