Skip to content

Commit

Permalink
fix select input mouse event conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Mar 23, 2023
1 parent 5000365 commit 986ea75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default ({
}, [code.dynamicFilter]);

return (
<div className={"catalog-csw-filters"}>
<div className={"catalog-csw-filters"} style={{ position: 'relative', zIndex: 0 }}>
<FilterCode type={"static"} {...cmProps} />
<FilterCode type={"dynamic"} {...cmProps} />
</div>
Expand Down

0 comments on commit 986ea75

Please sign in to comment.