as of september 2nd, Chrome (v130) is missing proper support for the at-support rule tests of the calc-size() function, meaning this code will not work
@supports (height: calc-size(auto)) {
/* ... */
}
This seems to be tracked in chromium bug #358461053