mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-01 07:10:22 +00:00
fixed at ui height overlow
This commit is contained in:
@@ -377,7 +377,7 @@ class PrivateGptUi:
|
|||||||
".contain { display: flex !important; flex-direction: column !important; }"
|
".contain { display: flex !important; flex-direction: column !important; }"
|
||||||
"#component-0, #component-3, #component-10, #component-8 { height: 100% !important; }"
|
"#component-0, #component-3, #component-10, #component-8 { height: 100% !important; }"
|
||||||
"#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
|
"#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
|
||||||
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
"#col { min-height: calc(100vh - 112px - 16px) !important; }"
|
||||||
"hr { margin-top: 1em; margin-bottom: 1em; border: 0; border-top: 1px solid #FFF; }"
|
"hr { margin-top: 1em; margin-bottom: 1em; border: 0; border-top: 1px solid #FFF; }"
|
||||||
".avatar-image { background-color: antiquewhite; border-radius: 2px; }"
|
".avatar-image { background-color: antiquewhite; border-radius: 2px; }"
|
||||||
".footer { text-align: center; margin-top: 20px; font-size: 14px; display: flex; align-items: center; justify-content: center; }"
|
".footer { text-align: center; margin-top: 20px; font-size: 14px; display: flex; align-items: center; justify-content: center; }"
|
||||||
|
Reference in New Issue
Block a user