CSS fixes

This commit is contained in:
Jori Lallo
2017-11-07 22:02:07 -08:00
parent 53cda8ce2b
commit 01af3e8c36
7 changed files with 40 additions and 34 deletions

View File

@ -16,6 +16,10 @@ type Props = {
};
injectGlobal`
.ReactModal__Overlay {
z-index: 100;
}
.ReactModal__Body--open {
overflow: hidden;
}