[FIX] correct some issues with scrolling area
authorGéry Debongnie <ged@odoo.com>
Tue, 27 May 2014 12:21:52 +0000 (14:21 +0200)
committerGéry Debongnie <ged@odoo.com>
Tue, 27 May 2014 12:21:52 +0000 (14:21 +0200)
commit70052e1fd6dad7b82aaf069baafdbf30ad34baf3
tree02efa51e1bcd148bb7f2f2f7d13b7c073f7d802e
parentbb8b659ce39db24308bb922be042fb990c4b46f1
[FIX] correct some issues with scrolling area

the height of the oe_view_manager_header is variable, and the top can't
be positioned correctly with pure css without a lot of work, so this
commit adds a touch of javascript to make sure that the view is
correctly positioned.
addons/mail/static/src/css/mail.css
addons/web/static/src/js/search.js
addons/web/static/src/js/views.js