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:
commit
0ec3bde59c
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