diff options
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index 37131d3..5db1f25 100644 --- a/src/app.css +++ b/src/app.css @@ -6,3 +6,15 @@ @plugin "daisyui" { themes: dracula --default; } + +/* App shell fills the viewport and never scrolls/overflows at the page level — + the inner regions (tab strip, chat transcript) own their own scrolling. */ +html, +body, +#app { + height: 100%; +} + +body { + overflow: hidden; +} |
