I would like integrate google maps and make it span 100% height and 100% width.
To make it span 100% width was easy but I got stuck when trying to make it span 100% height.
Was somebody able to achieve this?
This is not the appropriate forum for html styling questions. Try stackoverflow.
Sorry. This is not styling question. I thought this is related to how the
universal rendering is implemented in this project.
On Sat, Aug 8, 2015, 21:14 Erik Rasmussen [email protected] wrote:
This is not the appropriate forum for html styling questions. Try
stackoverflow.—
Reply to this email directly or view it on GitHub
https://github.com/erikras/react-redux-universal-hot-example/issues/106#issuecomment-129036878
.
Unless I'm totally misunderstanding your intention, this is a styling question.
However, try height: 100vh;.
Most helpful comment
Unless I'm totally misunderstanding your intention, this is a styling question.
However, try
height: 100vh;.