Skip to content

Commit

Permalink
Merge pull request #278 from setlife-network/sr/issue-269/calendar-zi…
Browse files Browse the repository at this point in the history
…ndex

closes #269
  • Loading branch information
otech47 authored Feb 3, 2021
2 parents 12c98dc + 613b0a5 commit b7f14d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/AllocationAddForm.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.AllocationAddForm {
.react-datepicker-popper {
z-index: 2
}
}

@media screen and (min-width: $sm) {
.AllocationAddForm {

}
}
1 change: 1 addition & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ code {
@import './ProjectPayments.scss';

//Components
@import './AllocationAddForm.scss';
@import './EmptyState.scss';
@import './Header.scss';
@import './LoadingProgress.scss';
Expand Down

0 comments on commit b7f14d6

Please sign in to comment.