.IframeViewer {
  width: calc(100vw - 20px);
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  scroll-behavior: smooth;
  background: #ffffff;
  margin: 0 -14px;

  :global {
    iframe {
      width: 100%;
      min-height: 100%;
    }
  }
}
