Skip to content

Commit

Permalink
Remove zIndex leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzmf committed Jun 7, 2024
1 parent c179fca commit bc04ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Scrollbar = forwardRef<HTMLDivElement, ScrollbarProps>((props, forw
<div
{...scrollbarProps}
ref={composeRefs}
style={{ position: 'absolute', zIndex: 1001, ...scrollbarProps.style }}
style={{ position: 'absolute', ...scrollbarProps.style }}
onPointerDown={composeEventHandlers(props.onPointerDown, (event) => {
event.preventDefault();

Expand Down

0 comments on commit bc04ffe

Please sign in to comment.