When running a dashboard in Strategy Web, the navigation bar is hidden by default. Users need to click the “Show Navigation Bar” button to show it manually every time, which is not convenient for some users who want to show the navigation bar always.
Button to Show Navigation Bar:

Navigation Bar:
1. Create a new plugin with Web Customization Editor (Eclipse).
Reference: Creating a New Plug-in (microstrategy.com)
2. Create a new CSS Selector in the new created plugin with the following details
Selector name: mstrmojo-RootView-pathbar
Property Name: height
Property Value: 44px !important
Reference: Implementing a Plugin to Change the Look and Feel of MicroStrategy Web using Web SDK
Below is the image of the CSS and the selector:

3. Restart Web application service (Tomcat etc.)