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

Issue with flexbox parent #274

Open
andybrummer opened this issue Mar 18, 2020 · 1 comment
Open

Issue with flexbox parent #274

andybrummer opened this issue Mar 18, 2020 · 1 comment

Comments

@andybrummer
Copy link

andybrummer commented Mar 18, 2020

I had an issue where the replacement div was collapsing because it didn't match the flex settings of the element that it replaced. It would be nice if you could copy the css flex value from the element you are replacing.

As it is, I was able to add:
.is_stuck + div { flex: 0 0 auto; }

To my stylesheet.

If you want, I wouldn't mind making the fix myself if you are accepting changes.

@jigarius
Copy link

I'm not sure if it's the same issue, but I think I'm facing a similar CSS-related problem. On my website, the sidebar is sticky and for some reason, it resizes when the user scrolls, thereby causing the music-player iframe to reload. Does it look like the same issue?

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

2 participants