/* Keep all three issue actions inside the visible modal on mobile Safari.
   A fixed menu is not clipped by the modal's scrolling content element. */
@media (max-width: 767px) {
  #app ._content_jmh2j_1 .framework-problem-menu > .menu {
    bottom: auto !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: calc(100vw - 48px);
    position: fixed !important;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1200 !important;
  }
}
