i have a big problem. i want to open a leaflet map in a modal. but the map is not showing properly. the tiles are not loading.
here is the script:
http://boo
I use this workaround:
.modal { visibility: hidden; display: block; } .modal[aria-hidden='false'] { visibility: visible; display: block; }