Skip to content

Commit

Permalink
Fix item menu zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Jan 3, 2024
1 parent b7d1008 commit ab53049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/Events/EventItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class EventItemComponent extends React.Component<IProps, IState> {

return (
<div>
<Menu items={itemActions}>
<Menu zIndex={1050} items={itemActions}>
{
(toggle) => (
<div
Expand Down
2 changes: 1 addition & 1 deletion client/components/Planning/PlanningItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class PlanningItemComponent extends React.Component<IProps, IState> {

return (
<div>
<Menu items={itemActions}>
<Menu zIndex={1050} items={itemActions}>
{
(toggle) => (
<div
Expand Down

0 comments on commit ab53049

Please sign in to comment.