I used `overflow-y: clip` instead of `overflow-y: hidden` because of this behavior: > Setting overflow to visible in one direction (i.e. overflow-x or overflow-y) when it isn't set to visible or clip in the other direction results in the visible value behaving as auto. ## Demo https://github.com/user-attachments/assets/b7975c99-58cc-4b63-b420-a54b27752188 Closes https://github.com/twentyhq/core-team-issues/issues/562