mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
move notifications inside main div
This commit is contained in:
parent
479b977305
commit
1fc9ace8e1
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@
|
||||||
|
|
||||||
<main id="gh-main" class="viewport" role="main" data-notification-count={{topNotificationCount}}>
|
<main id="gh-main" class="viewport" role="main" data-notification-count={{topNotificationCount}}>
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
|
{{gh-notifications location="bottom"}}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{gh-notifications location="bottom"}}
|
|
||||||
|
|
||||||
{{outlet "modal"}}
|
{{outlet "modal"}}
|
||||||
|
|
||||||
{{outlet "settings-menu"}}
|
{{outlet "settings-menu"}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue