mirror of https://github.com/usememos/memos
chore: fix container height
parent
61de7c8a32
commit
40bc8df63d
@ -1,11 +1,7 @@
|
|||||||
html {
|
|
||||||
@apply w-full h-full p-0 m-0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply text-base w-full min-h-full p-0 m-0 bg-zinc-100 dark:bg-zinc-800;
|
@apply text-base w-full min-h-full p-0 m-0 bg-zinc-100 dark:bg-zinc-800;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
@apply w-full min-h-full overflow-auto;
|
@apply relative w-full min-h-full;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue