While using Prisma Studio → SQL Console, the raw SQL editor area is not scrollable when the query becomes long.
As a result, the "Run SQL" button moves outside the visible viewport, making it impossible to execute the query without zooming out or resizing the browser.
Steps to Reproduce
- Open Prisma Studio
- Navigate to SQL Console
- Paste or write a long SQL query (multiple insert rows or large script)
- Try to scroll inside the SQL editor
Expected Behavior
- The SQL editor textarea should be scrollable.
- The Run SQL button should remain accessible (sticky or fixed).
- Users should be able to execute long queries normally.
Actual Behavior
- The SQL editor does not scroll.
- The page layout expands instead of enabling internal scrolling.
- The Run SQL button becomes unreachable.
Screenshots
Environment
- Prisma Version: 7.6.0
- Prisma Studio: Latest
- OS: Windows 11 Version 25H2 (Build 26200.8037)
- JavaScript: V8 14.6.202.31
- Browser: Chrome 146.0.7680.178
- Screen Resolution: 1920×1080
While using Prisma Studio → SQL Console, the raw SQL editor area is not scrollable when the query becomes long.
As a result, the "Run SQL" button moves outside the visible viewport, making it impossible to execute the query without zooming out or resizing the browser.
Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots
Environment