mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 02:07:20 +00:00
Fixes infinite recursion in following cases: - max-height: fit-content - max-height: min-content - max-height: max-content
6 lines
109 B
HTML
6 lines
109 B
HTML
<!doctype html><style>
|
|
body {
|
|
display: grid;
|
|
max-height: fit-content;
|
|
}
|
|
</style>hello |