diff --git a/src/recurrence-input.css b/src/recurrence-input.css index 150dd29..2119e5c 100644 --- a/src/recurrence-input.css +++ b/src/recurrence-input.css @@ -21,6 +21,7 @@ .button { cursor: pointer; + z-index: 0; } .cancel { diff --git a/src/recurrence-input.jsx b/src/recurrence-input.jsx index daf6f01..73b0a79 100644 --- a/src/recurrence-input.jsx +++ b/src/recurrence-input.jsx @@ -180,10 +180,12 @@ class RecurrenceInput extends Component {
- - - + +
{ this.renderHidden() } @@ -225,7 +227,7 @@ class RecurrenceInput extends Component { { ruleCom }
Cancel -