.user-activity-table-wrap {
    overflow: auto;
    width: 100%;
    position: relative;
}

.user-activity-table-wrap-compact {
    max-height: calc(100dvh - 355px);
}

.user-activity-table-wrap-tall {
    max-height: calc(100dvh - 470px);
    min-height: 300px;
}
