-
- Downloads
[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:
Laurent Smet <las@openerp.com>
Loading
Please register or sign in to comment