body {
    min-height: 100vh;
}

.table-hover tbody tr:hover {
    cursor: default;
}
