#inventory-history-container .tabulator-row { cursor: pointer; }
#inventory-history-container .inv-snapshot-open {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
#inventory-history-container .inv-snapshot-open:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
.inv-snapshot-modal .modal-dialog { max-width: min(1320px, 96vw); }
.inv-snapshot-modal .modal-content { max-height: 94vh; }
.inv-snapshot-modal .modal-body { overflow-y: auto; }
.inv-snapshot-modal .tuco-grid-scroll { overscroll-behavior: contain; }
