mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
fix bug with relay view getting squished
This commit is contained in:
parent
8879641511
commit
4840146b15
@ -103,7 +103,7 @@ export default function RelaysView() {
|
||||
else return nav;
|
||||
} else
|
||||
return (
|
||||
<Flex gap="2" maxH="100vh" overflow="hidden">
|
||||
<Flex gap="2" minH="100vh" overflow="hidden">
|
||||
{nav}
|
||||
<Outlet />
|
||||
</Flex>
|
||||
|
Loading…
x
Reference in New Issue
Block a user