src_js/iconolab-bundle/src/components/editor/CommentList.vue
changeset 410 a6db5e626850
parent 396 0a4743126d74
child 423 729e51dd282e
--- a/src_js/iconolab-bundle/src/components/editor/CommentList.vue	Wed Mar 01 15:46:18 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/CommentList.vue	Wed Mar 01 17:18:53 2017 +0100
@@ -46,8 +46,9 @@
 
 <style scoped>
 .wrapper {
-    max-height: 200px;
-    overflow-y: scroll;
+    /* max-height: 200px; */
+    height: auto;
+    overflow-y: auto;
 }
 .alert {
     padding: 10px;