Why does this happen ? The floor is a non plane kinematic rigibody with a mesh collider
Why you use mesh collider for something simple like plane?
Mesh colliders detect collision only in one direction and are less performant than basic shape colliders.
Try with box colliders.