mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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
This commit is contained in:
parent
273b976cab
commit
e01ebe1ae8
@ -201,6 +201,10 @@ export function showBehavioralPrompt(
|
|||||||
boundariesElement: 'window',
|
boundariesElement: 'window',
|
||||||
padding: 32,
|
padding: 32,
|
||||||
},
|
},
|
||||||
|
computeStyle: {
|
||||||
|
// GPU acceleration makes text look blurry.
|
||||||
|
gpuAcceleration: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user