prevent scrollbar on popup

This commit is contained in:
Jon Schoning 2020-10-04 00:10:27 -05:00 committed by Yann Esposito (Yogsototh)
parent 19da371169
commit 0514b94e8a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -22,6 +22,9 @@ textarea {
background: #ced;
border: 1px solid #acc;
}
#addForm .alert {
margin-top: -6px;
}
form label {
margin: 0;
vertical-align: middle;