wagerfield / parallax

Parallax Engine that reacts to the orientation of a smart device

Home Page:http://wagerfield.github.io/parallax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to prevent automatic style changes for children

endrits079 opened this issue · comments

Using Parallax Component changes all the styles of wrapped elements giving display block position absolute if I use !important on original styles I still get the desired results and I don't want it to override them automatically is there a way to prevent that without having to use !important on all my styles?

I just had to modify it myself and remove where it overrided those styles, but I wonder why was such thing being applied, I can't see for now any problem?