Drop more/less toggle and just use a scrollbar for long comments

This commit is contained in:
Bryan Housel
2018-07-11 16:00:54 -04:00
parent e9e2f9ba8f
commit 3454753bf6
4 changed files with 9 additions and 50 deletions
+4 -1
View File
@@ -133,9 +133,12 @@
.comment-text {
color: #333;
margin-top: 10px;
overflow-y: hidden; /* TODO: give scroll bar or replace with accordion */
overflow-y: auto;
max-height: 250px;
}
.comment-text::-webkit-scrollbar {
border-left: none;
}
#new-comment-input {
width: 100%;