Move dropdown to left to not hide route/map center; footer padding (#66)

This commit is contained in:
Norbert Renner 2018-04-11 22:26:26 +02:00
parent 82b632849c
commit 332fdffa77
3 changed files with 24 additions and 18 deletions

View file

@ -41,7 +41,9 @@
// By default bootstrap-select use glyphicons
$('.selectpicker').selectpicker({
iconBase: 'fa',
tickIcon: 'fa-check'
tickIcon: 'fa-check',
// don't overlap with footer
windowPadding: [0, 0, 40, 0]
});
search = new BR.Search();