.abuse-form {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

@media screen and (max-width:980px) {
    .abuse-form {
        bottom: 45px;
    }
}

.abuse-dialog textarea {
    width: 100%;
    min-height: 120px;
}