2469 allow zoom

* commit '18b5f6e5e468548b9006f163b3ebf0ba237688a0':
  Allow scroll
  Allow users to zoom
This commit is contained in:
Artem Baskal
2020-12-29 17:07:26 +03:00
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;
}