reduce camera hacks (#3078)

* reduce camera hacks

* tweaks

* yarn fmt
This commit is contained in:
Kurt Hutten
2024-07-26 13:43:43 +10:00
committed by GitHub
parent 4dd8a25fdd
commit e708b6ee6b
4 changed files with 53 additions and 83 deletions

View File

@ -29,7 +29,7 @@ export default function Tooltip({
return (
<div
// @ts-ignore while awaiting merge of this PR for support of "inert" https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60822
inert={inert}
inert={`${inert}`}
role="tooltip"
className={`p-3 ${
position !== 'left' && position !== 'right' ? 'px-0' : ''