親要素がheightプロパティを理解しないため、親要素と position:absolute; を含む対象の子要素に「height:100%」を加える必要がある。
親要素{
height: 100%;
}
子要素{
position: absolute;
height: 100%;
}
親要素がheightプロパティを理解しないため、親要素と position:absolute; を含む対象の子要素に「height:100%」を加える必要がある。
親要素{
height: 100%;
}
子要素{
position: absolute;
height: 100%;
}