-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[WIKI-735] fix: table insert handle z-index #8545
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
base: preview
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughA z-index value for table insertion controls (column and row insert buttons) was reduced from 10 to 9 in the table styles CSS file, modifying the stacking order of these UI elements. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.{js,jsx,ts,tsx,json,css}📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ 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). (3)
🔇 Additional comments (1)
✏️ Tip: You can disable this entire section by setting 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. Comment |
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
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.
Pull request overview
This PR fixes a z-index layering issue where table insert handles were overlapping with the floating toolbar (BubbleMenu).
Changes:
- Reduced the z-index of table insert buttons from 10 to 9
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
This PR updates the z-index of table insert handles to ensure they don't overlap with the floating toolbar.
Type of Change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.