Commit 5ebb119
committed
fix: Ensure controls panel and buttons are properly visible
Add explicit positioning and z-index to controls panel and buttons
to ensure they render correctly and are clickable in all browsers,
especially during E2E testing.
- Add z-index: 10 to controls-panel
- Add pointer-events: auto to buttons
- Add relative positioning to ensure layering works correctly1 parent ae7f5d6 commit 5ebb119
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments