mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement part of full-screen layout
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user