web - how to orient a polymer paper button at the bottom of the screen -


i working on polymer app. need place button @ bottom of screen. how can achieve same.

just make position absolute in main document , set bottom , right margins. making position absolute removes element standard flow , makes other elements ignore it.


Comments

Popular posts from this blog

java - JavaScript + Thymeleaf - select onchange -

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -