Skip to content
Snippets Groups Projects
Commit edeb8670 authored by Prakash Prajapati's avatar Prakash Prajapati
Browse files

[FIX] web: fix the scroll issue of kanban view with search panel

Currently in kanban view which contains search panel when user click
on kanban dropdown menu then a dropdown menu will be hidden due to
scrollbar of kanban view.

This issue arises from this commit:
https://github.com/odoo/odoo/commit/a95cbbd631a2fa9be62eb42cba43e853fdf4b789



closes odoo/odoo#49791

Task-id: 2204306
Closes: #47586
X-original-commit: d613bb8b
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent fcc07467
No related branches found
No related tags found
No related merge requests found
......@@ -564,6 +564,8 @@
// Kanban UN-grouped Layout
&.o_kanban_ungrouped {
min-height: 100%;
align-content: flex-start;
flex-flow: row wrap;
justify-content: flex-start;
......
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