#el-__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: var(--builder-background);
  padding-bottom: 10rem;
  overflow-y: auto;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
}

