N°4550 - Fix scroll bar in search for date attribute

This commit is contained in:
acognet
2022-01-26 11:05:38 +01:00
parent cc5f7608e3
commit 4fec344799

View File

@@ -345,6 +345,7 @@ $ibo-search-results-area--datatable-scrollhead--border--is-sticking: $ibo-search
/* Form group (operators) is displayed only when the criteria is toggled to opened state */
display: none;
max-width: 450px;
width: max-content;
max-height: 520px;
overflow-x: auto;
overflow-y: hidden;