fix: raise mobile session drawer overlay (#871)

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
ekko
2026-05-20 15:06:12 +08:00
committed by GitHub
parent c90eba226d
commit 201330652d
2 changed files with 4 additions and 4 deletions
@@ -1430,7 +1430,7 @@ async function handleSessionModelCustomSubmit() {
left: 0;
top: 0;
height: 100%;
z-index: 10;
z-index: 120;
background: $bg-card;
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
width: 280px;
@@ -1451,7 +1451,7 @@ async function handleSessionModelCustomSubmit() {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 9;
z-index: 110;
opacity: 0;
pointer-events: none;
transition: opacity $transition-fast;
@@ -446,7 +446,7 @@ async function handleDeleteSession(id: string) {
left: 0;
top: 0;
height: 100%;
z-index: 10;
z-index: 120;
background: $bg-card;
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
width: 280px;
@@ -467,7 +467,7 @@ async function handleDeleteSession(id: string) {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 9;
z-index: 110;
opacity: 0;
pointer-events: none;
transition: opacity $transition-fast;