From bc3df6ad02d7f5610e7b5c42897fc2d4897457b5 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Fri, 9 Feb 2018 16:37:30 +0200 Subject: [PATCH] Increase filters mobile modal bottom padding Also takes mobile Safari's bottom bar into consideration. --- src/components/SearchFiltersMobile/SearchFiltersMobile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/SearchFiltersMobile/SearchFiltersMobile.css b/src/components/SearchFiltersMobile/SearchFiltersMobile.css index 06621cfa..1122b6f7 100644 --- a/src/components/SearchFiltersMobile/SearchFiltersMobile.css +++ b/src/components/SearchFiltersMobile/SearchFiltersMobile.css @@ -96,8 +96,9 @@ .filtersWrapper { /* add bottom margin so that the last filter won't be hidden - * under the bottom bar */ - margin-bottom: 160px; + * under the mobile safari bottom bar or the "Show results" + * button bar */ + padding-bottom: 180px; } .showListingsContainer {