Codex/database admin light#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9649788444
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @apply fixed left-0 top-0 z-30 flex h-screen w-14 flex-col items-center gap-3 px-2 py-6; | ||
| background: #ffffff; | ||
| border-right: 1px solid #e0e6ed; |
There was a problem hiding this comment.
Reserve layout space for persistent left rail
The rail is now a fixed full-height sidebar (h-screen w-14), but the content area is not offset for mid-size desktop widths; this causes the rail to overlap the left side of the workbench between the mobile breakpoint and xl, obscuring or intercepting left-edge UI interactions. This regression appears when the app window is roughly 961–1279px wide.
Useful? React with 👍 / 👎.
No description provided.