coreui-free-react-admin-template
coreui-free-react-admin-template copied to clipboard
Tooltip position issue
Hi I've got the v4.2.0 version of coreui running on windows & g. chrome.
When I tried to use CTooltip comp, it shows up the tooltip upon hover but in the top-left corner of the browser window.
Just used the component as follows....
<CRow>
<CCol>
<CFormLabel>
Label X
<CTooltip content={"Text"} placement="top">
<FontAwesomeIcon icon={faInfoCircle} />
</CTooltip>
</CFormLabel>
<CInputGroup>
.
.
.
.
.
</CInputGroup>
</CCol>
</CRow>
There are naturally some classes & styling codes, but only relevant to coloring, text alignment & such
So what would cause this error? & how to fix?