Set home, chat page height so footer, header visible w/o scroll on phone

Set dynamic view height of page to 100%
This commit is contained in:
Debanjum Singh Solanky
2024-08-03 13:05:29 +05:30
parent 687a881ad2
commit 5b17fa5dda
4 changed files with 5 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
div.main {
height: 100vh;
height: 100dvh;
color: hsla(var(--foreground));
}
@@ -120,5 +120,4 @@ div.agentIndicator {
gap: 0;
grid-template-columns: 1fr;
}
}