min-height: 100vh should be applied only to first div inside body
This commit is contained in:
parent
e6bde154ec
commit
34759558dd
|
@ -17,7 +17,7 @@ $left-width: 250px
|
|||
html, body
|
||||
min-height: 100vh
|
||||
|
||||
body > div
|
||||
body > div:first-child
|
||||
min-height: 100vh
|
||||
|
||||
.application
|
||||
|
|
Loading…
Reference in New Issue
Block a user