acdc-digital / solomon-electron

Solomon-Electron is a developing full-service Workstation for proactively managing projects at scale. Project content is vectorized and can be utilized by the in-app assistant for quick contextual retrieval combining the developing technologies of AI and intuitive Dashboard Management.
GNU General Public License v3.0
1 stars 0 forks source link

Scroll overflow on Chat Module #3

Closed acdc-digital closed 3 months ago

acdc-digital commented 3 months ago

I do not like that there's a scroll window when we implemented the chat module. I just want the chat module to be a single window/ column within the larger context of the 'main' window. This way, the chat submission is at the bottom, the header at the top, and the text in the middle will have its own individual scroll.

I'm not sure exactly where we can fix this, but we've previously corrected this issue on the Home page, and I think just need to sim through the Chat page components to find exactly where this error is occurring so we can correct it.

acdc-digital commented 3 months ago

I've implemented an individual header within each section/ column of the Dashboard components. Ie; Sidebar, Canvas, and Chat. This way, we've eliminated the top-banner/ header and I've deleted this section- which in accordance has removed the overflow scroll. Thus, we now have a solid window which looks nice.