We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a80bdc commit 0546eebCopy full SHA for 0546eeb
packages/host/app/components/operator-mode/submode-layout.gts
@@ -256,6 +256,7 @@ export default class SubmodeLayout extends Component<Signature> {
256
margin-right: 0;
257
background-color: var(--boxel-ai-purple);
258
box-shadow: var(--boxel-deep-box-shadow);
259
+ z-index: calc(var(--boxel-modal-z-index) - 1);
260
}
261
262
.ai-assistant-panel {
0 commit comments