body {
    background-color: skyblue;
}

/**
 * Benutzerliste (/users): siehe assets/styles/users_table.css (wird von users_table.js importiert).
 * Fallback, falls app ohne users_table-Entry geladen wird:
 */
.users-table-scroll {
    overflow-x: auto;
    max-width: 100%;
    min-width: 0;
    width: fit-content;
}
