I am using forge viewer version v6.4 for the rme_advanced_sample_project sample model. When I resize my Chrome browser to a relative small size (600px in width), I discovered that some of the toolbar buttons are disappeared from the viewer.
When I check the debug console, I can see that those buttons has a CSS property of display: "none" assigned to them after the resize. When I change the value of those to display: "block" again, which is the original value before resizing, I am able to see the buttons again.
Attached with some screenshots for your reference:
After resizing to a small size (~600px in width): 
After setting the css of the buttons: 
I would like to know if there is a way to disable such behaviour so that all the toolbar buttons will always be shown? Thanks!
