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

.bottom-left class #5

Open
kylebutts opened this issue Oct 18, 2023 · 0 comments
Open

.bottom-left class #5

kylebutts opened this issue Oct 18, 2023 · 0 comments

Comments

@kylebutts
Copy link
Collaborator

It would be easy to put buttons in bottom-left with:

// Put in bottom-left corner
.bottom-left {
  position: absolute;
  bottom: 10px;
  left:   10px;
}

The main problem is that each slide is wrapped in a <section> tag that has position: relative attached to it. So the absolute position is relative to that instead of the full screen. This works except for when text overflows in the vertical direction, making the button cover some of the text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant