kyukyukyu / dash-web

The AngularJS app part of Dash (https://github.com/kyukyukyu/dash).
MIT License
1 stars 0 forks source link

Backdrop does not disappear when area below keyword box is clicked #6

Open kyukyukyu opened 9 years ago

kyukyukyu commented 9 years ago

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.