Skip to content

Commit 0546eeb

Browse files
committed
Explicitly defined a z-index for chat-bttn to be -1 of modal z-index
1 parent 8a80bdc commit 0546eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/host/app/components/operator-mode/submode-layout.gts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ export default class SubmodeLayout extends Component<Signature> {
256256
margin-right: 0;
257257
background-color: var(--boxel-ai-purple);
258258
box-shadow: var(--boxel-deep-box-shadow);
259+
z-index: calc(var(--boxel-modal-z-index) - 1);
259260
}
260261
261262
.ai-assistant-panel {

0 commit comments

Comments
 (0)