.sdk {
  display: flex;
  font-family: var(--font-family);
  height: 100%;
  margin: 0;
}

@media (--phone-break-point) {
  .content {
    -webkit-overflow-scrolling: touch;
  }
}

.content {
  overflow-y: scroll;
  overflow-x: hidden;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
}
