Skip to content
Snippets Groups Projects
Commit 8eb47d81 authored by jvm-odoo's avatar jvm-odoo
Browse files

[FIX] web: fix optional columns list dropdown


Issue

	- Accounting > General ledger
	- Have 2-3 lines in the table
	  I added filters to have them
	- Toggle optional columns: (...) on the right

	There is an y scroll but you can't scroll
	more than half of the scrollbar.

Cause

	The cause is that the dropdown height is greater
	than the table height.

Solution

	Use data-display: static this way the element doesn't
	scroll with parent scroll and scrolling is working
	as expected on the dropdown

OPW-2291531

closes odoo/odoo#54320

X-original-commit: 9afd7b7e
Signed-off-by: default avatarJason Van Malder (jvm) <jvm@odoo.com>
parent 3783b385
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment