I am using FAB speed dial within a toolbar. However I am unable to have it floating to the right of the toolbar. I\'ve tried float: right
with no luck. Also, tried
THIS SOLUTION IS FOR ANGULAR MATERIAL v1.X, IF YOU NEED AN UNIVERSAL/ANGULAR MATERIAL v2 SOLUTION CHECK @experimenter ANSWER
If you have a md-toolbar
the easiest way to align right content is like this:
The flex
property in span
will cover the space between the contents. This is the official way in documentation.
In you example, you just need: