Skip to content

Commit

Permalink
fix(debug): Keep debug menu above other page elements (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
popey456963 and delucis authored Aug 23, 2020
1 parent 11982b7 commit 2586022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/debug/Debug.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
font-size: 14px;
box-sizing: border-box;
opacity: 0.9;
/* we want the debug panel to be above any other elements */
z-index: 99999;
}
.pane {
Expand Down

0 comments on commit 2586022

Please sign in to comment.