@media (max-width: 736px) {
  /* Keep the picker above the fixed bottom navigation. Equal z-index values
     previously let the navigation intercept taps on the lower widget rows. */
  #widget-popover {
    top: auto !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    z-index: 1200 !important;
    bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    max-height: min(62dvh, 520px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #widget-popover .wp-item {
    position: relative;
    min-height: 54px;
    touch-action: manipulation;
  }
}
