div scrollable height 100% code example
Example 1: css fill parent height
html, body {
height: 100%
}
body {
display: flex;
align-items: stretch;
}
#root {
width: 100%
}
Example 2: text-align: left; width: 100%;
#wrapper{width:100%}
.cell{float:left}