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
|
html, body
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
body > div
|
body > div:first-child
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
.application
|
.application
|
||||||
|
|
Loading…
Reference in New Issue
Block a user