mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-01 00:19:45 +02:00
fix max height on notifications
This commit is contained in:
parent
331ec5d5d0
commit
6eb97c490f
@ -68,17 +68,7 @@ const NotificationIconEntry = memo(
|
||||
</Flex>
|
||||
|
||||
{expanded && (
|
||||
<Flex
|
||||
direction="column"
|
||||
w="full"
|
||||
gap="2"
|
||||
overflow="hidden"
|
||||
minH={{ base: "calc(100vh - 10rem)", lg: "xs" }}
|
||||
p="2"
|
||||
maxH="calc(100vh - 10rem)"
|
||||
overflowY="auto"
|
||||
overflowX="hidden"
|
||||
>
|
||||
<Flex direction="column" w="full" gap="2" overflow="hidden" p="2">
|
||||
{children}
|
||||
</Flex>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user