There's a problem with the comments form textarea. If the characters are more than the given space, it doesn't give you a scrollbar.
My site is http://kisschanel.com
How that can be fixed?
There's a problem with the comments form textarea. If the characters are more than the given space, it doesn't give you a scrollbar.
My site is http://kisschanel.com
How that can be fixed?
I fixed it. I found this in my css:
textarea{
overflow:hidden;
}
I removed it and now my comments are working fine.
This topic has been closed to new replies.