Hi there Translate & Adapt team!
I was working on a merchant’s store and found a bug on your Store Metadata page.
I go over it in the 1 minute video below.
https://www.loom.com/share/5c45474bd7e348c58fc4ce5d5fffb105
The main content of the page needs to have overflow-y: scroll applied to it in order to resolve the issue.
[class^=Polaris-Page__Content_] {
overflow-y: scroll;
}