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. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| helpers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||