Skip to content

ref(nav) align superuser flag#111271

Merged
JonasBa merged 1 commit intomasterfrom
jb/nav/superuser-alignment
Mar 23, 2026
Merged

ref(nav) align superuser flag#111271
JonasBa merged 1 commit intomasterfrom
jb/nav/superuser-alignment

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Mar 22, 2026

This doesn't need the relative position anymore

@JonasBa JonasBa requested a review from a team as a code owner March 22, 2026 00:22
@JonasBa JonasBa requested a review from priscilawebdev March 22, 2026 00:22
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 22, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Superuser warning mispositioned without positioned parent
    • Added position='relative' to the header Flex component to establish the proper containing block for the absolutely positioned superuser warning Container.

Create PR

Or push these changes by commenting:

@cursor push 308a6d4f5c
Preview (308a6d4f5c)
diff --git a/static/app/views/navigation/primary/components.tsx b/static/app/views/navigation/primary/components.tsx
--- a/static/app/views/navigation/primary/components.tsx
+++ b/static/app/views/navigation/primary/components.tsx
@@ -82,6 +82,7 @@
     <SizeProvider size={hasPageFrame ? 'sm' : 'md'}>
       <Flex
         as="header"
+        position="relative"
         direction="column"
         align="center"
         justify="center"

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

@JonasBa JonasBa merged commit b5c90d1 into master Mar 23, 2026
71 checks passed
@JonasBa JonasBa deleted the jb/nav/superuser-alignment branch March 23, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants