From dcb875ea8c0b6595873ef225c098ce7de93742cb Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 18 Jan 2026 11:10:29 -0600 Subject: [PATCH] fix(ui): fix API token success modal z-index issue 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. --- lib/towerops_web/live/user_settings_live.ex | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/towerops_web/live/user_settings_live.ex b/lib/towerops_web/live/user_settings_live.ex index 2185f27d..34a4bbe0 100644 --- a/lib/towerops_web/live/user_settings_live.ex +++ b/lib/towerops_web/live/user_settings_live.ex @@ -1003,29 +1003,36 @@ defmodule ToweropsWeb.UserSettingsLive do <%= if @show_token_modal && @created_token do %>