mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
4bf10674fa
We have to clamp the resulting height to 0 when solving for it.
11 lines
252 B
HTML
11 lines
252 B
HTML
<!DOCTYPE html><html><head><style>
|
|
.outer {
|
|
position: absolute;
|
|
}
|
|
.inner {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
border: 1px solid black;
|
|
}
|
|
</style></head><body class="outer"><div class="inner">
|