memos/web/src/css/global.css

9 lines
131 B
CSS

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