mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
b312b3b08b
Summary: Small glitch on safari: when we show behavioural tooltips the content of the tooltip is first added to the parent of the target elem, then we set tooltip's container positioning to absolute which normally causes recompute of the layout. But in safari it doesn't, hence the button shows as if the tooltip was still in there, as a sibling. Diff fixes that issue by forcing positioning to absolute on the tooltip container. {F68474} Test Plan: Should not break anything. Reviewers: georgegevoian Differential Revision: https://phab.getgrist.com/D3802 |
||
---|---|---|
.. | ||
client | ||
common | ||
gen-server | ||
plugin | ||
server | ||
tsconfig.json |