(core) Fix blurry tooltips

Summary: GPU acceleration was causing tooltip text to appear blurry.

Test Plan: Manual.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4046
pull/684/head
George Gevoian 9 months ago
parent 273b976cab
commit e01ebe1ae8

@ -201,6 +201,10 @@ export function showBehavioralPrompt(
boundariesElement: 'window',
padding: 32,
},
computeStyle: {
// GPU acceleration makes text look blurry.
gpuAcceleration: false,
},
}
})
);

Loading…
Cancel
Save