.editor-lineNumber-lineitem {
  position: sticky;
  left: 0;
  width: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(68, 119, 238, 0.1);
  color: #4477ee;
  font-size: 12px;
  font-weight: 500;
  float: left;
  height: calc(var(--var-nodeHeight) * 1px + var(--var-nodePadding) * 2px);
  z-index: 11;
}
.editor-lineNumber-lineitem.hiddenLine {
  opacity: 0;
}
.editor-lineNumber {
  position: absolute;
  width: 28px;
  height: 100%;
  background-color: #F6F8FA;
  z-index: 10;
}
