.editorPane { position: relative; height: 100%; } .editor { height: 100%; width: 100%; } .placeholder { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: var(--color-text-muted); font-size: 13px; background: var(--color-bg); pointer-events: none; }