You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bootstrap modal with form buttons that I provide tooltips for ... however, the tooltips aren't showing up. I've tried increasing the z-index in the rc-bootstrap.css but that didn't fix the problem. Tooltip works fine in other non-modal parts of my application.
Anything else I should try?
The text was updated successfully, but these errors were encountered:
<TooltipprefixCls="rc-slider-tooltip"overlay={value}overlayStyle={{zIndex: 1051/* because modal is 1050 */}}visible={dragging}placement="top"key={index}>
shc023
pushed a commit
to shc023/tooltip
that referenced
this issue
Jul 31, 2021
I have a bootstrap modal with form buttons that I provide tooltips for ... however, the tooltips aren't showing up. I've tried increasing the z-index in the rc-bootstrap.css but that didn't fix the problem. Tooltip works fine in other non-modal parts of my application.
Anything else I should try?
The text was updated successfully, but these errors were encountered: