Overlaying widgets on a plot

Hi,

I would like to know if it is possible to add widgets ON a bokeh plot. It could be something similar to what https://www.openstreetmap.org do, for example.
I did some searches but didn’t find anything.

Thanks

It’s not built-in into Bokeh in any way, but you can do that via plain CSS with position: absolute. Widgets have the css_classes property for that.