JamesonRGrieve / AGiXT-Interactive

AGiXT Interactive Chat in NextJS
MIT License
7 stars 2 forks source link

Fix height of content and set to `condensed` styling. #17

Closed Josh-XT closed 5 months ago

Josh-XT commented 6 months ago

Please fix the height of content when the top bar is displayed, it is pushing the bottom bar down. Additionally, use condensed styling for the top bar to reduce its height and the unnecessary padding in the drop down. I am bundling these into one issue because changing one will break the other.

image

starchy-tato commented 5 months ago

The height doesn't appear to cause this issue any more. The header appears to be sticky when scrolling down the chat history and the bottom chat and footer aren't cut off:

image
Josh-XT commented 5 months ago

Thank you!