// PlaygroundPreview style
.playground-preview {
  height: 100%;
  overflow: auto;

  .playground-iframe {
    border: none;
    width: 100%;
    padding-bottom: 20px;
    min-height: calc(100% - 20px);
  }
}
