diff --git a/assets/css/custom.css b/assets/css/custom.css index 789132e..61ac7e0 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -41,7 +41,7 @@ body { border-radius: 20px; display: flex; flex-direction: column; - height: 85vh; + height: auto !important; min-height: 50vh; max-height: 90vh; box-shadow: 0 20px 40px rgba(0,0,0,0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); diff --git a/assets/css/override.css b/assets/css/override.css new file mode 100644 index 0000000..9fcb5d2 --- /dev/null +++ b/assets/css/override.css @@ -0,0 +1,7 @@ + +/* Patch for chat container height in multi-column layout */ +.chat-container { + height: auto !important; + min-height: 50vh; + max-height: 85vh; +} diff --git a/assets/pasted-20260313-225727-453a0534.png b/assets/pasted-20260313-225727-453a0534.png new file mode 100644 index 0000000..54946ed Binary files /dev/null and b/assets/pasted-20260313-225727-453a0534.png differ