Go to one of the following pages, on mobile:
https://t3.chat/terms-of-service
https://t3.chat/privacy-policy
Scroll to the bottom of the page. On mobile, the content is cut off near the end on Chrome and Firefox (the content overflows the scrollable view).
The diagnosis of gpt-5.6-sol medium:
The page uses a nested scroll container inside a fixed viewport shell:
```html
<div class="flex h-screen ...">
<main class="flex-1 overflow-y-auto ...">
<div class="h-full ...">
```
Meanwhile, body has overflow: hidden. On mobile, h-screen becomes 100vh, which represents the large viewport and can extend behind the browser’s address/tab bars. Because the document cannot scroll, the browser UI cannot compensate; the bottom of the inner scroller ends beneath that UI.
Please authenticate to join the conversation.
Completed
Bug Reports
Get notified by email when there are changes.
Completed
Bug Reports
Get notified by email when there are changes.