Skip to content

Map not showing up #643

Closed Answered by MichaelLiss
MichaelLiss asked this question in Q&A
Discussion options

You must be logged in to vote

@mrMetalWood - thanks that and a lot of googling helped me narrow down what was going on...

this was the issue:

.map-content {
  display: flex;
  flex-direction: column;
}

this is the answer:

.map-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

thank you

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MichaelLiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants