mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Merge pull request #701 from sharetribe/mobile-filters-bottom-margin
Increase filters mobile modal bottom padding
This commit is contained in:
commit
ed9b84cdec
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue