mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 12:07:43 +02:00
fix bug with relay view getting squished
This commit is contained in:
@@ -103,7 +103,7 @@ export default function RelaysView() {
|
|||||||
else return nav;
|
else return nav;
|
||||||
} else
|
} else
|
||||||
return (
|
return (
|
||||||
<Flex gap="2" maxH="100vh" overflow="hidden">
|
<Flex gap="2" minH="100vh" overflow="hidden">
|
||||||
{nav}
|
{nav}
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</Flex>
|
</Flex>
|
||||||
|
Reference in New Issue
Block a user