Combine modals

This commit is contained in:
Tom Moor
2017-09-30 19:59:08 -07:00
parent d015d37f53
commit 6b5fef4954
6 changed files with 61 additions and 95 deletions

View File

@@ -137,3 +137,7 @@ hr {
.activeDropZone a {
color: #FFF !important;
}
.ReactModal__Body--open {
overflow: hidden;
}