fix(style): use --app-banner-height in scroller container

This commit is contained in:
jialin
2026-05-21 19:58:16 +08:00
committed by jialin
parent e7a376db70
commit 6f896b4f94
11 changed files with 68 additions and 32 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ const GroundSTT: React.FC<MessageProps> = forwardRef((props, ref) => {
<div
className="ground-left-wrapper"
style={{
height: `calc(100vh - ${HEADER_HEIGHT}px)`
height: `calc(100vh - var(--app-banner-height, 0px) - ${HEADER_HEIGHT}px)`
}}
>
<div className="ground-left">