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
@@ -50,7 +50,7 @@ const FilterFormContent: React.FC<FilterFormContentProps> = forwardRef(
<FilterForm
ref={filterRef}
width={232}
contentHeight={'calc(100vh - 74px)'}
contentHeight={'calc(100vh - var(--app-banner-height, 0px) - 74px)'}
open={open}
onClose={onClose}
onClear={onClear}