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 :

  1. If you close the window and then open it, the map is no longer displayed.

  2. 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?

  • one
    Problem number 1 is not reproduced. - teran
  • Can I look at the code? - Yuri
  • Problem # 2 is solved by setting the adaptive width #map > ymaps { width: 100% !important; } #map > ymaps { width: 100% !important; } and #map > ymaps > ymaps { width: 100% !important; } #map > ymaps > ymaps { width: 100% !important; } - SlyDeath

0