React-redux-universal-hot-example: How to make component 100% height

Created on 8 Aug 2015  Â·  3Comments  Â·  Source: erikras/react-redux-universal-hot-example

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?

Most helpful comment

Unless I'm totally misunderstanding your intention, this is a styling question.

However, try height: 100vh;.

All 3 comments

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;.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LarryEitel picture LarryEitel  Â·  4Comments

skywickenden picture skywickenden  Â·  4Comments

capir picture capir  Â·  4Comments

ansonla3 picture ansonla3  Â·  4Comments

Dt-dev28 picture Dt-dev28  Â·  3Comments