.snapshots-grid-container {
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 8px;
}

