10 lines
82 B
CSS
10 lines
82 B
CSS
@import "tailwindcss";
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#root {
|
|
height: 100dvh;
|
|
}
|