0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #5263 from harryhope/master

Prevent notifications from overlapping menus
This commit is contained in:
John O'Nolan 2015-05-13 15:11:57 +01:00
commit 0ec3bde59c

View file

@ -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"}}