Skip to content

Commit

Permalink
fix: whole page overflowing on the x axis and displaying a horizontal…
Browse files Browse the repository at this point in the history
… scrollbar (#1011)

this PR fixes issue
#1008 by making the
position of `HandDrawnArrow`'s parent relative, which confines the
absolute position of its children to be within the bounds of the parent,
causing layout not shift due to `right -30px`

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated the layout behavior of the `RealTimeResults` component on the
landing page for better user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
AbhiShake1 authored Nov 8, 2023
1 parent 027c6ff commit 68e4fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/landing-page/components/Homepage/RealTimeResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const RealTimeResults = () => {
w="full"
direction={['column', 'row']}
spacing="4"
pos="relative"
data-aos="fade"
>
{typebot && (
Expand Down

1 comment on commit 68e4fc7

@vercel
Copy link

@vercel vercel bot commented on 68e4fc7 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.