Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passthrough kwargs to Tooltip #182

Open
mangecoeur opened this issue Jun 29, 2023 · 0 comments
Open

Passthrough kwargs to Tooltip #182

mangecoeur opened this issue Jun 29, 2023 · 0 comments

Comments

@mangecoeur
Copy link

The Tooltip only allows a handful of options, but since it's a fairly thin wrapper around ipyvuetify Tooltip we could pass through **kwargs to the underlying tooltip (or enumerate every option but just passing kwargs is easier).

One situation where I would have found this useful is using together with ipyleaflet, since leaflet maps have high z-index it's necessary to set higher z-index CSS property via style arg on floating elements like tooltips and Dialogues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant