Refine runtime data flow and UI layering

This commit is contained in:
2026-03-24 15:00:35 +08:00
parent c5eaf2b5ad
commit 6413edf8c9
17 changed files with 373 additions and 114 deletions

View File

@@ -578,7 +578,7 @@ export default function GlobalStyles() {
left: 0;
right: 0;
bottom: 0;
z-index: 999;
z-index: 700;
}
.room-scene-wrapper {
@@ -680,7 +680,7 @@ export default function GlobalStyles() {
line-height: 1.5;
animation: bubbleAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
overflow: hidden;
z-index: 30;
z-index: 1500;
}
@keyframes bubbleAppear {
@@ -713,7 +713,7 @@ export default function GlobalStyles() {
right: 8px;
display: flex;
gap: 4px;
z-index: 10;
z-index: 1510;
}
.bubble-jump-btn,