Skip to content

Commit

Permalink
Fix date fields that is fronting the clicks on select field options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Oct 11, 2023
1 parent edb0580 commit b3b108f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oxe-web-admin/src/component/button/FormLine.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ function getSelectStyle() {
...base,
color: "inherit !important",
}),
menuPortal: (provided) => ({ ...provided, zIndex: 9999 }),
menu: (provided) => ({ ...provided, zIndex: 9999 }),
};
}

Expand Down

0 comments on commit b3b108f

Please sign in to comment.