mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
📱 fix(Root.tsx): Update styling to use h-dvh instead of h-screen (#1608)
This commit is contained in:
parent
42de461a83
commit
a0dabcc855
3 changed files with 15 additions and 15 deletions
|
|
@ -59,7 +59,7 @@ export default function Root() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="flex h-screen">
|
||||
<div className="flex h-dvh">
|
||||
<Nav navVisible={navVisible} setNavVisible={setNavVisible} />
|
||||
<div className="relative z-0 flex h-full w-full overflow-hidden">
|
||||
<div className="relative flex h-full max-w-full flex-1 flex-col overflow-hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue