diff --git a/packages/shared/src/index.css b/packages/shared/src/index.css index f6bb7b5..180ff13 100644 --- a/packages/shared/src/index.css +++ b/packages/shared/src/index.css @@ -227,10 +227,17 @@ body { color: var(--interactive-active); } +#root { + display: flex; + flex-direction: column; + height: 100vh; +} + /* Chat Area */ .app-container { display: flex; - height: calc(100vh - 32px); + flex: 1; + min-height: 0; width: 100vw; overflow: hidden; }