try jsx-ing styles for tooltips

This commit is contained in:
Sam Poder 2023-09-20 21:38:37 -07:00 committed by GitHub
parent cffa260158
commit 1424b8098d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ const tooltip = direction =>
return (
<>
<style>{`.tooltipped {
<style jsx>{`.tooltipped {
position: relative;
}