Skip to content
Snippets Groups Projects
Commit cf351ae4 authored by Nasreddin (bon)'s avatar Nasreddin (bon)
Browse files

[FIX] web: Show scroll in report view search filter


Issue

	- Install "Accounting" module
	- Ensure there is more then 20 journals ( or
	  must do a zoom-in on the browser)
	- Go to Accounting -> Reporting -> Profit and Loss
	- Click on "Journals" filter

	Not all journals are displayed.

Cause

	No scroll or max-height set on dropdown.

Solution

	Set a max-height and an overflow:auto on `.dropdown-menu`
	and `o_dropdown_menu` css classes.

opw-2430101

closes odoo/odoo#64873

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent b7d522e9
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment