Move dropdown to left to not hide route/map center; footer padding (#66)
This commit is contained in:
parent
82b632849c
commit
332fdffa77
3 changed files with 24 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue