diff --git a/frontend/src/components/common/notification.js b/frontend/src/components/common/notification.js
index e6f16802f3..829cc4184c 100644
--- a/frontend/src/components/common/notification.js
+++ b/frontend/src/components/common/notification.js
@@ -68,12 +68,12 @@ class Notification extends React.Component {
-
-
{gettext('Notifications')}
-
+
+
{gettext('Notifications')}
+
-
+
{this.state.noticeList.map(item => {
return ();
})}
diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css
index d70c3b1101..1a86c8dd26 100644
--- a/media/css/seahub_react.css
+++ b/media/css/seahub_react.css
@@ -825,7 +825,7 @@ a, a:hover { color: #ec8000; }
#notice-popover .sf-popover-close {
position: absolute;
right: 10px;
- top: 5px;
+ top: 17px;
}
#notice-popover .sf-popover-hd {