Currently, I am facing an issue where the width of my Ember app is limited to 1450px and I need it to be 100% wide. The element at the application level has two classes - "emberID" and "ember-view". However, since the ID changes frequently and all modifications are done within an ember view, I am unable to set CSS using these classes. Is there a way for me to add another class to this top-level ember element?
Your help is greatly appreciated.