Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make GUI appear on top of other elements
I was surprised to learn that this didn't default to z-Index > 0. I think it works in most apps because it's expected not to call the GUI constructor until after your other elements have been created? (I didn't look too deeply) It's possible you might want to move elements, see webgpu#330 But in any case, it seemed like a good default.
- Loading branch information