Skip to content

Commit

Permalink
Enforce that the debug menu is always on the top of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
popey456963 committed Aug 19, 2020
1 parent fa865da commit ac9e022
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 ac9e022

Please sign in to comment.