Allow scroll

This commit is contained in:
Artem Baskal
2020-12-24 19:06:44 +03:00
parent 8e793261e6
commit 18b5f6e5e4
6 changed files with 25 additions and 3 deletions

View File

@@ -13,6 +13,12 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
input, select, textarea {
font-size: 16px !important;
}
}
.status {
margin-top: 30px;
}
@@ -71,3 +77,7 @@ body {
.button-action--active {
visibility: visible;
}
.ReactModal__Body--open {
overflow: hidden;
}