Add inline comment to explain two height properties

This commit is contained in:
Steve Roberts
2020-07-15 09:52:04 +10:00
parent c4d7899a99
commit dbc7632c4e

View File

@@ -21,6 +21,7 @@
z-index: -1;
width: 100%;
height: 100%;
// Use vh units for new browsers - fixed issue 1253
height: 100vh;
}