79374204

Date: 2025-01-21 11:31:39
Score: 1
Natty:
Report link

For me, it was an issue with the css for div.

div {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

Once i removed overflow-y: scroll; the map showed

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mungwa Agu