feat: implement part of full-screen layout

This commit is contained in:
Steven
2023-12-18 22:10:36 +08:00
parent 15a091fe4c
commit d6656db20d
21 changed files with 116 additions and 255 deletions

View File

@ -1,8 +1,8 @@
html,
body {
@apply text-base w-full h-full overflow-hidden dark:bg-zinc-800;
@apply text-base w-full min-h-full bg-zinc-100 dark:bg-zinc-800;
}
#root {
@apply w-full h-full overflow-auto;
@apply w-full h-auto overflow-auto;
}