Fix wave ai styling (#1157)

This commit is contained in:
Evan Simkowitz 2024-10-27 21:34:20 -07:00 committed by GitHub
parent 94eb165346
commit be5d73af21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import clsx from "clsx";
import { memo, useState } from "react";
import { Button } from "./button";
import { FlyoutMenu } from "./flyoutmenu";
import "./menubutton.less";
const MenuButtonComponent = ({ items, className, text, title }: MenuButtonProps) => {
const [isOpen, setIsOpen] = useState(false);

View File

@ -13,12 +13,13 @@
flex-grow: 1;
margin-bottom: 0;
overflow-y: auto;
min-height: 100%;
.chat-window {
display: flex;
// margin-bottom: 5px;
flex-direction: column;
height: 100%;
min-height: 100%;
gap: 8px;
// This is the filler that will push the chat messages to the bottom until the chat window is full