Commit 1ccd827
committed
fix(bitmap viewer): toolbar above the touch joystick zones on mobile
The fullscreen / PFP / exit toggles in .bitmap-toolbar sat at default
stacking — they were hidden behind the renderer's right joystick zone
(z-index 2) and jump button (z-index 3) on mobile, which both cover
the bottom-right quadrant. Promote the toolbar to z-index 10 so it
clears both.1 parent cf65f12 commit 1ccd827
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
- frontend/src/app/components/_ordpool/digital-artifact-viewer/bitmap-viewer
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments