alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Style is broken, when using positionY : 'bottom' #34

Closed m-gora closed 9 years ago

m-gora commented 9 years ago

If I use position : 'bottom', the alert tries to fill the entire column. The alert text is not shown at all.

m-gora commented 9 years ago

Nevermind, It was just broken in the Plunker demo when i tried to use it because of the hardcoded top: -100 in the css.