Fix broken UI on security reset overlay: add backdrop-filter and close support modal

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/747e607a-1980-434c-9278-344ea75b8bc1

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-12 18:34:38 +00:00
committed by GitHub
parent d61211e300
commit 18124ff2a1
2 changed files with 4 additions and 0 deletions

View File

@@ -222,6 +222,8 @@
position: fixed;
inset: 0;
background-color: rgba(6, 8, 7, 0.94);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 1000;
align-items: center;
justify-content: center;