File tree Expand file tree Collapse file tree
packages/ui/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1269,7 +1269,7 @@ function ToolFileAccordion(props: { path: string; actions?: JSX.Element; childre
12691269 < Accordion
12701270 multiple
12711271 data-scope = "apply-patch"
1272- style = { { "--sticky-accordion-offset" : "40px " } }
1272+ style = { { "--sticky-accordion-offset" : "calc(32px + var(--tool-content-gap)) " } }
12731273 defaultValue = { [ value ( ) ] }
12741274 >
12751275 < Accordion . Item value = { value ( ) } >
@@ -2061,7 +2061,7 @@ ToolRegistry.register({
20612061 < Accordion
20622062 multiple
20632063 data-scope = "apply-patch"
2064- style = { { "--sticky-accordion-offset" : "40px " } }
2064+ style = { { "--sticky-accordion-offset" : "calc(32px + var(--tool-content-gap)) " } }
20652065 value = { expanded ( ) }
20662066 onChange = { ( value ) => setExpanded ( Array . isArray ( value ) ? value : value ? [ value ] : [ ] ) }
20672067 >
You can’t perform that action at this time.
0 commit comments