[ADF-1081] Scroll bar is missing in comments component (#2117)

* Minor css improvement for Comments component

* Added max-height property to show scroll in dialog
This commit is contained in:
Deepak Paul
2017-08-01 11:25:32 +01:00
committed by Eugenio Romano
parent b8da5bf45b
commit a997c87596
2 changed files with 6 additions and 2 deletions
@@ -55,10 +55,10 @@ adf-datatable >>> table thead {
}
adf-datatable >>> table {
border: none;
border: none !important;
}
adf-datatable >>> table tbody td {
padding: 0px!important;
border-top: none;
border-top: none !important;
}
@@ -38,3 +38,7 @@
transform: translate(0, -50%);
width: 40%;
}
adf-comments >>> adf-comment-list {
max-height: 400px;
}