You can use the style
argument of the modal. Something like
dbc.Modal(
...,
style={"max-width": "none", "width": "90%"},
)
You can use the style
argument of the modal. Something like
dbc.Modal(
...,
style={"max-width": "none", "width": "90%"},
)