I noticed that this applying ripple adds an inline position: relative; which causes issues if the element is already absolute positioned. I can work around it, but would be nice if it checked to see if the element is already positioned in some way and only modified it if necessary.