feat: chat panel header absolute

This commit is contained in:
butterfly
2024-04-22 11:02:25 +08:00
parent 37cc87531c
commit 4a5465f884
7 changed files with 10 additions and 10 deletions

View File

@@ -263,7 +263,7 @@ function _Chat() {
return (
<div
className={`flex flex-col ${
className={`relative flex flex-col ${
isMobileScreen
? "absolute h-[100vh] w-[100%]"
: "h-[calc(100%-1.25rem)]"