[FIX] add scrollbar to filters menu if needed (web client)
authorGéry Debongnie <ged@odoo.com>
Fri, 7 Nov 2014 08:46:11 +0000 (09:46 +0100)
committerGéry Debongnie <ged@odoo.com>
Wed, 12 Nov 2014 08:26:30 +0000 (09:26 +0100)
commit16b26e3883f37ec8b0a7111146a212ffc8bb66ad
tree6d5717d7a83a8e4e85c164d1e96d9a004791c216
parent30e21de532aa1caa97cfbe566d068fb31355d76c
[FIX] add scrollbar to filters menu if needed (web client)

the filters menu can quickly grow if the user adds many conditions.
Once it grows out of the screen, the lower buttons can not be reached
anymore.  This patch adds a vertical scrollbar to fix this issue.  It
has to use some javascript to update its max-height property.
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/js/search.js