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

Style: Column widths #6

Open
Akahadaka opened this issue Jun 15, 2020 · 1 comment
Open

Style: Column widths #6

Akahadaka opened this issue Jun 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Akahadaka
Copy link
Owner

Akahadaka commented Jun 15, 2020

When the Steam "login" div is shown, it's changed to position: fixed so it stays visible while the page is scrolled. position: sticky doesn't seem to work. Fixed, unfortunately doesn't respect the bounds of its parent container

image
image

@Akahadaka Akahadaka added the bug Something isn't working label Jun 15, 2020
@Akahadaka
Copy link
Owner Author

PR #8 kinda has a fix included. Still not the ideal solution though.

.fixed {
  position: fixed;
  width: calc(100vw - 50% - 24px);
}

Which should probably just be reduced to 50% - 24px 🤷‍♂️

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

No branches or pull requests

1 participant