Преглед изворни кода

ensure that the comment-body of deleting comment modal to be scrollable

Yuki Takei пре 9 година
родитељ
комит
a42104f70f
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      resource/css/_comment.scss

+ 4 - 0
resource/css/_comment.scss

@@ -6,6 +6,10 @@
         padding: .5em;
         margin-top: .5em;
         border-radius: 4px;
+
+        // scrollable
+        overflow-y: auto;
+        max-height: 13em;
       }
     }
   }