I am using jquery tooltip and I want to increase its z-index I have tried this but it does not work
<style>
.tooltip {
z-index: 100;
}
The class you're looking to style is .ui-tooltip, not .tooltip.
<style type="text/css">
.ui-tooltip {
z-index: 10000;
}
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With