blob: 286e8adb96b90bf5f9b77b60d1cfd998b15a48bb [file] [log] [blame]
<style>
.fill {
width: 10px;
background-color: green;
height: -webkit-fill-available;
position: absolute;
}
.relative-containing-block {
position: relative;
}
</style>
<div class=fill></div>
<div class=relative-containing-block>
<div class=fill style="background-color: red"></div>
</div>