add review changes from rystew & LianaHus

pull/1671/head
Joseph Izang 3 years ago
parent 36d67d9429
commit e6b4eaa474
  1. 4
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.tsx

@ -107,6 +107,10 @@ export function RemixUiVerticalIconsPanel ({
scrollableRef={scrollableRef}
/>
</div>
{scrollableRef.current && scrollableRef.current!.scrollHeight > scrollableRef.current!.clientHeight
? <i className="fa fa-chevron-up remixui_icon-chevron m-3"></i>
: null
}
<div
id="remixuiScrollable"
className={scrollableRef.current && scrollableRef.current.scrollHeight > 500

Loading…
Cancel
Save