The token success modal was missing z-index classes that caused the modal content to appear behind the grey backdrop. Users could only see the checkmark icon and couldn't interact with the modal properly. Changes: - Added z-0 class to backdrop div - Added relative z-10 classes to span and modal content div - Added unique ID to modal (token-success-modal) - Added unique ID to modal title (token-success-modal-title) This matches the z-index structure used in the "add token" modal. |
||
|---|---|---|
| .. | ||
| admin | ||
| agent_live | ||
| alert_live | ||
| device_live | ||
| graph_live | ||
| org | ||
| org_live | ||
| site_live | ||
| dashboard_live.ex | ||
| dashboard_live.html.heex | ||
| mobile_qr_live.ex | ||
| user_settings_live.ex | ||