mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Drop more/less toggle and just use a scrollbar for long comments
This commit is contained in:
+4
-1
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user