mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
a2e550f594
Closes #4379 - Adjusts the `.viewport` `z-index` propetty to allow notificatons to sit over the nav bar Looks like a weird fix, but inheritence of z-index was the issue here.
18 lines
478 B
Handlebars
18 lines
478 B
Handlebars
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
|
|
|
{{#unless hideNav}}
|
|
{{partial "navbar"}}
|
|
{{/unless}}
|
|
|
|
<main id="gh-main" class="viewport" role="main" {{bind-attr data-notification-count=topNotificationCount}}>
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
{{gh-notifications location="bottom"}}
|
|
<span class="viewport-content">
|
|
{{outlet}}
|
|
</span>
|
|
</main>
|
|
|
|
{{outlet modal}}
|
|
|
|
{{outlet settings-menu}}
|