Commit a3e9fbb
Fix spinner z-index to appear above Plotly plot
Increase umapSpinner z-index from 1000 to 10000 to ensure it appears above the Plotly plot content. Also add pointer-events: none to allow clicks to pass through the spinner container.
The issue was that the spinner and the UMAP window had the same z-index (1000), causing the Plotly plot elements to render above the spinner.
Fixes comment from @lstein about spinner not appearing.
Co-authored-by: lstein <111189+lstein@users.noreply.github.com>1 parent 0508439 commit a3e9fbb
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments