.model-clipboard-import-view-drawer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background: #fff;
  transition: all 0.5s;
  overflow: hidden;
  margin-top: -100vh;

  >.model-clipboard-import-view-drawer-container {
      position: relative;
      height: 100vh;
      width: 100vw;
  }
}