diff --git a/libs/remix-ui/vertical-icons-panel/src/lib/components/Chevron.tsx b/libs/remix-ui/vertical-icons-panel/src/lib/components/Chevron.tsx index c3c5c472ba..dfe8c47764 100644 --- a/libs/remix-ui/vertical-icons-panel/src/lib/components/Chevron.tsx +++ b/libs/remix-ui/vertical-icons-panel/src/lib/components/Chevron.tsx @@ -9,7 +9,7 @@ export interface ChevronProps { function Chevron (props: ChevronProps) { return ( <> - { props.divElementRef.current && props.divElementRef.current.scrollHeight > props.divElementRef.current.clientHeight + { props.divElementRef.current && props.divElementRef.current.scrollHeight > 600 ? : null } )