Datatable tooltips disappear to fast after mouse hover

Greetings, is it normal for the tooltips to disappear after 2 seconds post hover? If so is it possible for me to edit this somewhere and increase the time? My tooltips have about two or more sentences so I would like to give my users more time to read.

FYI, I’m testing my dash app in my test/sandbox environment.

Hi,

You should take a look at the documentation. You are looking for the tooltip_duration argument (defaults to 2000 ms indeed).

Good luck!

1 Like

Oh awesome! Thank you for pointing that out :slight_smile: Do you know where the css file for tooltips is located in Dash?

You could style the CSS classes .dash-tooltip & .dash-table-tooltip in an external CSS file. Never tried myself, though.