TheRusskiy / ng-slide-down

AngularJS directive for slide-down animation
41 stars 16 forks source link

Changed overflow to overflowY #19

Closed TommySorensen closed 8 years ago

TommySorensen commented 8 years ago

Changed overflow to overflowY to avoid elements that are positioned outside the container to disappear.

There is no need to set the X axis when we only use the Y axis. Agree?

TommySorensen commented 8 years ago

Thanks