[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-07-24 20:42:08 +05:30
committed by Eugenio Romano
parent 19835732a5
commit 2e3b081bc4
2 changed files with 6 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -38,3 +38,7 @@
transform: translate(0, -50%);
width: 40%;
}
adf-comments >>> adf-comment-list {
max-height: 400px;
}