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

Scroll the overflow content in the summary component so that the entire page doesn't scroll #3

Open
barelyknown opened this issue Jun 29, 2023 · 0 comments · May be fixed by #4
Open
Labels
bug Something isn't working

Comments

@barelyknown
Copy link
Contributor

barelyknown commented Jun 29, 2023

I've banged my head against the wall figuring out this problem, so I'm offering the issue up with a sizable 200 point reward XBE dev league.

The Summary component (in session.gjs) should not take up any more space than its parent.

I added a green div at the bottom that should always be visible and always be at the bottom.

The goal is to always have the component take up the full screen but now more. If I set the height of the summary's component explicitly the overflow-y-auto will work as expected, but it's not getting it right when I set h-full all the way down.

If someone can figure this out today/tonight, it'd be much appreciated.

@barelyknown barelyknown added the bug Something isn't working label Jun 29, 2023
@milindalvares milindalvares linked a pull request Jun 29, 2023 that will close this issue
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