body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

#uploadStatus {
    position: fixed;
    right: 1.5rem;
    bottom: 1rem;
    width: 350px;
}

#uploadStatus .progress {
    flex-grow: 1;
}

.dropzone {
    border: 0 !important;
}

.open-new-comment {
    cursor: pointer;
    min-height: 10px;
    width: 100%;
}
