Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clipped form content when editing photo's 'about' information (#2517
) The `overflow-clip` class on the form container for editing a photo's 'about' information prevented scrolling, resulting in content being cut off on some screen sizes. This commit adjusts the overflow property to clip only the x-axis, while setting the y-axis overflow to `auto`, ensuring the entire form content remains accessible.
- Loading branch information