In the logged_in layout, the flashbar is rendered before the main page container, but the main page container contains the jumbo-title, so the flashbar ends up being rendered above the title (unlike on the landing layout, where it is below the title). This causes it to be partially underneath and obscured by the bootstrap navbar, and also leaves a margin below the flashbar that pushes down the main container.
You can see this most easily right after logging in, where the flash contains the successful login notification (look just below the navbar/menu).
Ideally, the flashbar should be rendered under the jumbo title, like on the landing page.
In the logged_in layout, the flashbar is rendered before the main page container, but the main page container contains the jumbo-title, so the flashbar ends up being rendered above the title (unlike on the landing layout, where it is below the title). This causes it to be partially underneath and obscured by the bootstrap navbar, and also leaves a margin below the flashbar that pushes down the main container.
You can see this most easily right after logging in, where the flash contains the successful login notification (look just below the navbar/menu).
Ideally, the flashbar should be rendered under the jumbo title, like on the landing page.