gristlabs_grist-core/app/client
Cyprien P b312b3b08b (core) Fix css issue with tooltip in filter menu on safari
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
2023-03-13 15:39:41 +01:00
..
aclui (core) Preserves docPage upon viewAs mode activation, except for acl page 2023-01-25 17:40:54 +01:00
components (core) Fix css issue with tooltip in filter menu on safari 2023-03-13 15:39:41 +01:00
lib (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
models (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
ui (core) updates from grist-core 2023-03-06 08:21:09 -05:00
ui2018 Add labels for columns type (#435) 2023-03-02 09:12:49 -05:00
widgets (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
accountMain.ts (core) Enable MFA configuration (and add SMS) 2022-01-19 13:55:54 -08:00
activationMain.ts (core) Add basic activation page to grist-ee 2022-08-23 10:30:52 -07:00
app.css (core) Add dark mode to user preferences 2022-09-05 19:17:32 -07:00
app.js (core) i18 2022-09-29 18:02:09 +02:00
billingMain.ts (core) Add basic activation page to grist-ee 2022-08-23 10:30:52 -07:00
browserCheck.ts (core) fix browser check and favicon in grist-core 2022-01-05 18:15:05 -05:00
declarations.d.ts (core) Migrating LayoutEditor.js to ES 2023-01-20 09:38:37 +01:00
errorMain.ts (core) Enable MFA configuration (and add SMS) 2022-01-19 13:55:54 -08:00
exposeModulesForTests.js (core) Some cleanup: remove old unused modules. 2020-11-20 11:23:20 -05:00
logo.css (core) Cleanup removing some old unused files, fixing logo.css, and removing #grist-app. 2020-10-09 17:04:09 -04:00
tsconfig.json (core) Migrate to SRP and add change password dialog 2022-03-16 21:35:06 -07:00