Merge branch 'datepicker-overflow' into 'develop'
Fix: scheduled poast box datepicker cut off again Closes #1411 See merge request soapbox-pub/soapbox!2434
This commit is contained in:
commit
23fe4e5ce6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const HomePage: React.FC<IHomePage> = ({ children }) => {
|
|||
<>
|
||||
<Layout.Main className='space-y-3 pt-3 dark:divide-gray-800 sm:pt-0'>
|
||||
{me && (
|
||||
<Card variant='rounded' ref={composeBlock}>
|
||||
<Card className='relative z-[1]' variant='rounded' ref={composeBlock}>
|
||||
<CardBody>
|
||||
<HStack alignItems='start' space={4}>
|
||||
<Link to={`/@${acct}`}>
|
||||
|
|
Loading…
Reference in a new issue