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
overflow-y: scroll;