Css fixes

This commit is contained in:
Kenneth Jao 2016-09-05 15:08:59 -04:00
parent bfc5f64848
commit cd73f4533e

View File

@ -822,7 +822,8 @@ input, textarea {
}
#comment {
width: 105%;
width: 100%;
max-height: 25vh;
position: relative;
overflow-y: auto;
}