I am currently facing an issue with implementing a modal in my app using the DurandalJS (SPA) framework. The modal is not displaying correctly, as it opens without a blockout and stretches horizontally across the entire browser.
(I expect "Feeds", the "New Feed" button, and the "Logout" link to be blocked out.)
Despite reading through the documentation multiple times, I only found a clue under the "The Default Modal Context" section:
Note: The default modal context has some required css for positioning which can be found in the app.css file. It assumes that the target browser supports position: fixed. If your target browsers do not support this, you should replace the default modal context with a custom implementation.
The mention of an "app.css" file has me puzzled... I have searched high and low but cannot locate it. Even after scouring DurandalJS's github repo and looking at the only app.css file present, there seems to be nothing that directly impacts the modal's behavior. Any suggestions?