Refine runtime data flow and UI layering
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user