Thank you for the great package!
I want to tweak the style a bit, but wasn't sure what's the right way to do this. I ended up doing it like this:
from panel_modal import Modal
modal = Modal(content)
modal.style = MY_STYLE
However, since I am making a small tweak (adding overflow:auto for scroll bar)I was wondering if there's a better way.