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"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was wondering maybe in some case we want to see how it looks without the debugger, but I guess it's overkill, and also who would want to have a z-index bigger than 100000 if it's not to hide this debugger haha?

Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
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