coreui / coreui-free-react-admin-template

Open source admin template based on Bootstrap 5 and React.js
https://coreui.io/product/free-react-admin-template/
MIT License
4.6k stars 2.33k forks source link

Tooltip position issue #389

Closed makkahwi closed 2 years ago

makkahwi commented 2 years ago

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?

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions