-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: z-index issue in scalar-client #1145
fix: z-index issue in scalar-client #1145
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
WalkthroughThe change updates the version of the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
I noticed we are not on the latest version of |
Just spoke with the team over at Scalar, and they are aware of this and will be fixing it in their upcoming release. We should be able to just bump the version when that is out 👍 |
…engerX/uploadthing into fix-openapidoc-overlapping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
docs/package.json
(1 hunks)
I hadn't noticed there was a new version. Upgrading to version 0.4.25 fixed the issue. I pushed the version bump and reverted the changes. |
This PR fixes a small UI issue in the documentation where the "Test Request" popup overlaps with the sidebar, making it difficult to use.
The issue was resolved by updating
scalar-client.tsx
, specifically by setting.z-overlay
toz-index: 999
.The fix was straightforward and ensures the popup no longer overlaps the sidebar.
Let me know if any changes are needed! 🚀
Summary by CodeRabbit