DataAnalyticsinStudentHands / FormBuilder

1 stars 4 forks source link

Form Component Highlight vs. Drag #94

Closed CarlSteven closed 9 years ago

CarlSteven commented 9 years ago

Sometimes when trying to drag a component, it will highlight (select) it instead of drag.

tabrown3 commented 9 years ago

Two HTML elements are covering that portion of the page. One is the form builder footer div, which can be removed from formbuilder.html if we want. The other is ng-notify.

screen shot 2015-02-26 at 1 13 22 pm

ng-notify's z-index will only reduce to -999 after it has been called once. To fix this, we will need to go in to ng-notify and do what we've always done: give it a default z-index of -999. Thoughts?