We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6da0b7 commit b93f0d8Copy full SHA for b93f0d8
src/app/components/WebMetrics.tsx
@@ -119,7 +119,6 @@ const radialGraph = (props) => {
119
</Trigger>
120
<Hover type='hover'>
121
<div style={{zIndex: 1, position: 'relative', padding: '0.5rem 1rem'}} id='hover-box'>
122
- {/* <div style="zIndex: 1; position: relative; padding: 0.5rem 1rem;" id='hover-box'> */}
123
<p><strong>{props.name}</strong></p>
124
<p>{props.description}</p>
125
</div>
0 commit comments