Skip to content

fix: tabs z-index issue#6411

Merged
bijin-bruno merged 1 commit intousebruno:mainfrom
naman-bruno:bugfix/tab/z-index
Dec 15, 2025
Merged

fix: tabs z-index issue#6411
bijin-bruno merged 1 commit intousebruno:mainfrom
naman-bruno:bugfix/tab/z-index

Conversation

@naman-bruno
Copy link
Collaborator

@naman-bruno naman-bruno commented Dec 15, 2025

Description

issue:
Screenshot 2025-12-15 at 5 51 26 PM

Contribution Checklist:

  • I've used AI significantly to create this pull request
  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

Summary by CodeRabbit

  • Style
    • Refined visual stacking order of tab interface elements and associated controls for improved layering presentation.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 15, 2025

Walkthrough

Removed z-index declarations from two styled components in the RequestTabs hierarchy. Changes affect the GradientCloseButton and RequestTabs UL elements' stacking context, with no behavioral modifications.

Changes

Cohort / File(s) Summary
Z-index stacking cleanup
packages/bruno-app/src/components/RequestTabs/RequestTab/GradientCloseButton/StyledWrapper.js, packages/bruno-app/src/components/RequestTabs/StyledWrapper.js
Removed z-index declarations from styled components to adjust stacking order and reduce explicit stacking context.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • These are straightforward CSS property removals with no logic or control flow impact

Possibly related PRs

  • Design improvements #6372: Modifies the same RequestTabs/StyledWrapper.js file with padding and pseudo-element style adjustments; likely part of a broader styling refinement effort.

Suggested reviewers

  • lohit-bruno
  • helloanoop
  • bijin-bruno

Poem

✨ Layers untangled, z-index freed,
Stacking order cleansed with haste and speed,
Less is more in CSS, you see— 🎨
Two files lighter, overlaps decree.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: tabs z-index issue' directly describes the primary change: removing z-index declarations from tab-related styled components to fix a stacking order problem.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c11266a and 189af83.

📒 Files selected for processing (2)
  • packages/bruno-app/src/components/RequestTabs/RequestTab/GradientCloseButton/StyledWrapper.js (0 hunks)
  • packages/bruno-app/src/components/RequestTabs/StyledWrapper.js (0 hunks)
💤 Files with no reviewable changes (2)
  • packages/bruno-app/src/components/RequestTabs/RequestTab/GradientCloseButton/StyledWrapper.js
  • packages/bruno-app/src/components/RequestTabs/StyledWrapper.js
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: SSL Tests - Linux
  • GitHub Check: Playwright E2E Tests
  • GitHub Check: CLI Tests
  • GitHub Check: SSL Tests - macOS
  • GitHub Check: SSL Tests - Windows
  • GitHub Check: Unit Tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bijin-bruno bijin-bruno merged commit a769ca3 into usebruno:main Dec 15, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants