Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute positioning doesn't work well with bottom #64

Closed
shuding opened this issue May 26, 2022 · 0 comments · Fixed by #90
Closed

Absolute positioning doesn't work well with bottom #64

shuding opened this issue May 26, 2022 · 0 comments · Fixed by #90
Assignees
Labels
bug Something isn't working
Milestone

Comments

@shuding
Copy link
Member

shuding commented May 26, 2022

Where top: 10 works but bottom: 0 doesn't:

<div
  style={{
    backgroundColor: 'white',
    height: '100%',
    width: '100%',
    position: 'relative',
  }}
>
  <div
    style={{
      position: 'absolute',
      // top: 10,
      // bottom: 0,
      fontFamily: 'Inter',
    }}
  >
    <b>Vercel Edge Network</b>
  </div>
</div>
@shuding shuding added the bug Something isn't working label May 26, 2022
@shuding shuding added this to the Beta milestone Aug 3, 2022
@shuding shuding self-assigned this Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant