Currently, I am using angular material version 1.1.0-RC.5 which involves a simple toolbar creation.
<md-toolbar> </md-toolbar>
However, there seems to be an issue when the browser width is less than 960px - the toolbar's height changes to 48px. While this change seems logical, I prefer my toolbar to maintain a consistent height at all times.
What baffles me is that when the browser width decreases further to less than 500px, the toolbar actually increases in size (56px) rather than reducing it!
Upon observation, I have found that the browser height needs to exceed 274px for this behavior to occur.
Could this be considered as an issue?
Is there any way to prevent the toolbar from resizing?
You can view a live example here (ensure that the content area height is greater than 274px).
Attached images: https://i.sstatic.net/Z7spR.png, https://i.sstatic.net/JANeM.png, https://i.sstatic.net/hZsHr.png