Did you try using container-type: size; instead of container-type: inline-size;?
container-type: size;
container-type: inline-size;
Also, you have both top and bottom properties, which may not work as expected with height: 100vh;
height: 100vh;