Fixes infinite recursion in following cases: - max-height: fit-content - max-height: min-content - max-height: max-content
6 lines
No EOL
109 B
HTML
6 lines
No EOL
109 B
HTML
<!doctype html><style>
|
|
body {
|
|
display: grid;
|
|
max-height: fit-content;
|
|
}
|
|
</style>hello |