coreui-free-react-admin-template icon indicating copy to clipboard operation
coreui-free-react-admin-template copied to clipboard

Tooltip position issue

Open makkahwi opened this issue 3 years ago • 0 comments

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?

makkahwi avatar Aug 11 '22 06:08 makkahwi