[ADF-5439] New bubble filters with expandible list extends too much when there are too many elements (#7156)

This commit is contained in:
Dharan
2021-07-07 15:07:53 +05:30
committed by GitHub
parent d6499792bd
commit d17d003f75

View File

@@ -6,7 +6,7 @@
.adf-checklist {
display: flex;
flex-direction: column;
max-height: 170px;
max-height: 180px;
padding: 5px 0;
overflow-y: auto;