.momo-popup .adm-popup-body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 100vh;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.momo-popup .momo-tool-head {
  flex-shrink: 0;
}
.momo-popup-content {
  flex: 1;
  overflow: auto;
}
.momo-popup-trigger {
  display: inline-flex;
  cursor: pointer;
}
