On the page in the footer there is a button "Show on map" . When you click in a pop-up window, a map is displayed.
The card has 2 problems :
If you close the window and then open it, the map is no longer displayed.
If you reduce the browser window (adaptive page), the map does not decrease, and a horizontal scroll bar appears. But if the window is enlarged, then the map is also stretched.
How can this be fixed?
#map > ymaps { width: 100% !important; }#map > ymaps { width: 100% !important; }and#map > ymaps > ymaps { width: 100% !important; }#map > ymaps > ymaps { width: 100% !important; }- SlyDeath