Skip to content

Conversation

@CharlonTank
Copy link
Contributor

Summary

  • Set z-index to 100000 on the devbar pane so it doesn't get hidden behind app elements with higher z-index values

Test plan

  • Run lamdera live with an app that has elements with high z-index
  • Verify the devbar stays visible above all app content

Set z-index to 100000 on the devbar pane so it doesn't get hidden behind
app elements with higher z-index values.

Co-Authored-By: Claude <noreply@anthropic.com>
[ style "font-family" "system-ui, Helvetica Neue, sans-serif"
, style "font-size" "12px"
, style "position" "fixed"
, style "z-index" "100000"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not the maximum value?

Suggested change
, style "z-index" "100000"
, style "z-index" "2147483647"

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.

2 participants