mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix: fix global layout overscroll + link colors (#404)
This commit is contained in:
@@ -128,13 +128,13 @@ export default function TranscriptBrowser() {
|
||||
gap={2}
|
||||
overflowY="auto"
|
||||
minH="100%"
|
||||
mt={8}
|
||||
>
|
||||
<Flex
|
||||
flexDir="row"
|
||||
justify="flex-end"
|
||||
align="center"
|
||||
flexWrap={"wrap-reverse"}
|
||||
mt={4}
|
||||
>
|
||||
{session?.user?.name ? (
|
||||
<Heading size="md">{session?.user?.name}'s Meetings</Heading>
|
||||
|
||||
Reference in New Issue
Block a user