From 880f7a3f651ec211f8a5ac5944b14de1760d0ca2 Mon Sep 17 00:00:00 2001 From: Edin Dazdarevic Date: Sat, 15 Apr 2017 03:01:55 +0200 Subject: [PATCH] Modal not working on iOS --- web/dist/main.css | 13 +++++++++++++ web/src/components/ContactModal.js | 1 - web/src/components/Gallery.js | 2 +- web/src/components/ListingDetails.js | 4 ---- web/src/components/Main.js | 7 +++++++ 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/web/dist/main.css b/web/dist/main.css index d6d86a9..c0a6b7c 100644 --- a/web/dist/main.css +++ b/web/dist/main.css @@ -956,6 +956,10 @@ h5 { margin-bottom: 15px; } +.contact-form-message textarea { + height: 300px; +} + .contact-form-footer { text-align: center; padding-top: 20px; @@ -1013,6 +1017,15 @@ h5 { .contact-form-alert { text-align: center; } + + .contact-form-message textarea { + height: 150px; + } + .image-dot { + width: 7px; + height: 7px; + margin: 0 3px; + } } .noselect { diff --git a/web/src/components/ContactModal.js b/web/src/components/ContactModal.js index 6bffbdd..713ed6e 100644 --- a/web/src/components/ContactModal.js +++ b/web/src/components/ContactModal.js @@ -119,7 +119,6 @@ export default class ContactModal extends React.Component {