Update index.tsx

This commit is contained in:
ameer2468 2024-05-09 14:21:21 +03:00
parent e53a0fe02b
commit c3270455db

View file

@ -102,13 +102,11 @@ export const Inspector = forwardRef<HTMLDivElement, Props>(
const { t } = useLocale();
return (
<div
className="inspectorscroll"
ref={ref}
style={{ width: INSPECTOR_WIDTH, ...style }}
{...props}
>
<Sticky
scrollElement={'.inspectorscroll'}
stickyClassName="!top-[40px]"
topOffset={-40}
>