cgross / angular-notify

Minimalistic and extensible notification service for Angular.

Home Page:http://cgross.github.io/angular-notify/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shadowHeight

tiliv opened this issue · comments

I'm mostly interested in using this as a barebones driver for my own message template, and I realized the positioning was getting really out of sync as multiple messages were shown.

It appears that there is a hardcoded spacing of 10px that is causing me problems:

var shadowHeight = 10;

It would be convenient to have this assumption removed so that custom templates aren't confused by the subsequent bad math (increasingly 10px off the target positioning with each new message).