Merge pull request #701 from sharetribe/mobile-filters-bottom-margin

Increase filters mobile modal bottom padding
This commit is contained in:
Hannu Lyytikäinen 2018-02-09 16:46:46 +02:00 committed by GitHub
commit ed9b84cdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {