The review-item lacks proper z-index, and the select-kit is stacked using natural DOM order, when the former select-kit appears on the latter review-item, it will become transparent and unclickable.
This commit fix this by adding proper z-index to components.

