You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 (insession.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.
The text was updated successfully, but these errors were encountered: