mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
try jsx-ing styles for tooltips
This commit is contained in:
parent
cffa260158
commit
1424b8098d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const tooltip = direction =>
|
|||
|
||||
return (
|
||||
<>
|
||||
<style>{`.tooltipped {
|
||||
<style jsx>{`.tooltipped {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue