Hi,
I’m a Python developer but very new to Dash and HTML/CSS. I would like to have some advice on how to make the size of a Bootstrap Modal component bigger than using the attribute 'size=‘xl’. Ideally I would like to have a model which fills 90% of my screen.
The code I use for the modal is:
I tried to change the width and height parameters from .modal in the bootstrap.css file, but that only works to make it smaller and not bigger than 100%.
Could someone suggest a solution?
Thanks in advance!
Is this the correct way to do this or is their a more elegant solution?
That seems fine to me to be honest. If you want you could probably move the modal styles into some custom CSS, but setting the width of the modal but the height of the Graph seems right in this case.