Skip to content
Snippets Groups Projects
Commit 219d4aa2 authored by Hardik Prajapati's avatar Hardik Prajapati
Browse files

[FIX] account: reposition tooltip indication


Currently, hovering on the tooltip displays some content out of
the viewport. It happens because tooltip content div requires
270px width to display the text and the distance between the
tour indicator and viewport is less than 270px

so this commit fixes the issue by changing the position of the tooltip
indicator from left to the top so that the tooltip indicator displays
top of the element and hovering on it displays the full content

TaskID-2667140

closes odoo/odoo#78529

Related: odoo/enterprise#21914
Signed-off-by: default avatarLaurent Smet <las@openerp.com>
parent 0ef9583b
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