When the popup tip component is applied to the Car Costs Calculator there is a problem with the way the positioning is applied.
This is because the styles within Dough assume the containing element is a <div> where in practice it can be any element and in this instance is a <span>. This work updates the style so that the parent can be any element.
TP9886
When the popup tip component is applied to the Car Costs Calculator there is a problem with the way the positioning is applied.
This is because the styles within Dough assume the containing element is a
<div>
where in practice it can be any element and in this instance is a<span>
. This work updates the style so that the parent can be any element.