Skip to content
Snippets Groups Projects
Commit 989df08f authored by jbm-odoo's avatar jbm-odoo
Browse files

[FIX] web pivot: Fix open position of selection


Description of the issue/feature this PR addresses:
In pivot, when we click on '+', it must open the selection box at
the point where we click.

Current behavior before PR:
The box opens at the top of the page

Desired behavior after PR is merged:
The box opens at the point where we click

id=2066675

closes odoo/odoo#37385

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 2c89cb0c
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@
}
}
.o_field_selection {
position: absolute;
}
.o_pivot_field_selection::after {
@include o-caret-right;
position: absolute;
......
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