The reason is that .col-right > .box-group-bottom > .box-group spans too long vertically to pass click events to #dsBackdrop behind the element.
A directive should be implemented which resizes the height of element to the value of scrollHeight property, and applied to this element.
The reason is that
.col-right > .box-group-bottom > .box-group
spans too long vertically to pass click events to#dsBackdrop
behind the element. A directive should be implemented which resizes the height of element to the value ofscrollHeight
property, and applied to this element.