use crate;
/// What: Calculate scroll offset for the preflight modal content.
///
/// Inputs:
/// - `app`: Application state containing modal scroll information.
/// - `tab`: Current active tab.
///
/// Output:
/// - Returns tuple of (`vertical_offset`, `horizontal_offset`) for scrolling.
///
/// Details:
/// - Only applies scroll offset for Summary tab (mouse scrolling only).
/// - Returns (0, 0) for all other tabs.
pub const