Skip to content

fix(auth): keep login language switcher clickable - #993

Merged
ppapsmoken merged 1 commit into
mainfrom
codex/fix-login-language
Aug 31, 2026
Merged

fix(auth): keep login language switcher clickable#993
ppapsmoken merged 1 commit into
mainfrom
codex/fix-login-language

Conversation

@ppapsmoken

Copy link
Copy Markdown
Collaborator

Problem

The login page language switcher is visible but cannot be clicked reliably because the form layer covers it.

Root cause

The auth layout places the switcher and the later form container at the same z-index (z-10), so the form paints above the switcher.

Change

Raise the switcher wrapper to z-20.

Validation

  • bun run typecheck
  • ESLint and Prettier
  • Desktop and 390x844 local browser checks

Deployment

Console-only UI change; router deployment is not required.

@ppapsmoken
ppapsmoken merged commit fa75fb0 into main Aug 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant