You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
The md-fab-toolbar component seems to work well enough in the docs demo, but in a vanilla Angular Material app it's strangely tall. Turns out it relies on the font-size being set to 62.5% on the html element of the docs demo. That font-size is set by docs.css and so can't be relied upon in a normal Angular Material app.
The height of the FAB toolbar is determined by the md-fab-toolbar-wrapper class which has a height of 6.8rem.