/* Receive Goods can contain many PO items. Keep its actions reachable. */
#receiving-modal .modal{max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}
#receiving-modal #receiving-items{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;padding-right:7px}
#receiving-modal .modal-actions{flex:0 0 auto;background:#fff;padding-top:12px;margin-top:12px;border-top:1px solid var(--line)}
