mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-05 06:56:53 +08:00
feat: chat panel header absolute
This commit is contained in:
@@ -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)]"
|
||||
|
Reference in New Issue
Block a user