mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 11:37:40 +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 (
|
||||
<Flex gap="2" maxH="100vh" overflow="hidden">
|
||||
<Flex gap="2" minH="100vh" overflow="hidden">
|
||||
{nav}
|
||||
<Outlet />
|
||||
</Flex>
|
||||
|
Reference in New Issue
Block a user