Horizontal Scroll bar showing on landing page #27895
Replies: 4 comments 1 reply
-
I'd like to work on this. Can I take it up? |
Beta Was this translation helpful? Give feedback.
-
No, the website codebase is not open source. |
Beta Was this translation helpful? Give feedback.
-
I've forwarded your report to the team and we'll take care of it. I'll close this issue because it is not an issue in Prisma ORM. Thank you for reporting this! |
Beta Was this translation helpful? Give feedback.
-
@prince0495 Can you please confirm that the issue is resolved now? We have pushed a fix. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
🐞 Bug Report: Unexpected Horizontal Scroll Bar on Landing Page
📄 Description
A horizontal scroll bar appears at the bottom of the landing page on https://www.prisma.io/. This behavior is unintended and may negatively impact the user experience, especially on smaller screens or when using a trackpad.
🔁 Steps to Reproduce
📷 Screenshot
✅ Expected Behavior
There should be no horizontal scroll bar. All content should stay within the viewport and not cause any horizontal overflow at any screen width.
🧪 Environment
💡 Suggested Fix
This is likely caused by an element exceeding the viewport width (possibly due to an unbounded
width
,margin
, orpadding
value). I’d like to investigate and fix the issue and submit a pull request.Let me know if it's okay to proceed or if the website code is managed in a separate repository.
Severity
🔹 Minor: Unexpected behavior, but does not block development
Reproduction
This issue occurs on the official Prisma landing page: https://www.prisma.io/
✅ Steps to Reproduce:
This can be confirmed using browser DevTools →
Elements
tab → inspect for elements causingoverflow-x
.Since this is an issue on a deployed site, it cannot be reproduced in a CodeSandbox.
Expected vs. Actual Behavior
✅ Expected Behavior
The landing page should fit entirely within the viewport width, and no horizontal scroll bar should be visible. All content should be responsive and contained without causing horizontal overflow at any screen size.
❌ Actual Behavior
A horizontal scroll bar appears at the bottom of the landing page. This indicates that some content is overflowing the viewport, allowing the user to scroll sideways — which is not expected for a properly responsive layout.
Frequency
Consistently reproducible
Does this occur in development or production?
Only in development (e.g., CLI tools, migrations, Prisma Studio)
Is this a regression?
Not applicable — this is a website UI issue, not related to a specific Prisma version.
Workaround
No workaround found. This is a layout issue on the live Prisma website, and users cannot resolve it on their end.
Prisma Schema & Queries
N/A – This is a frontend website issue, not related to Prisma schema or queries.
Prisma Config
// Add your `prisma.config.ts`
Logs & Debug Info
Environment & Setup
Prisma Version
Not applicable — this issue is not related to the Prisma CLI or Client but affects the UI of the public website.
Beta Was this translation helpful? Give feedback.
All reactions