Closed makkahwi closed 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?
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
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....
There are naturally some classes & styling codes, but only relevant to coloring, text alignment & such
So what would cause this error? & how to fix?