src/pages/desktop/index/components/NotificationCenter.vue
@@ -74,10 +74,11 @@
.notification-center {
  position: absolute;
  right: 0;
  top: 30px;
  top: 40px;
  height: calc(100% - 30px);
  width: 300px;
  background-color: rgba(200, 200, 200, 0.7);
  box-shadow: -1px 1px 2px rgba(0,0,0,.3);
  z-index: 140;
}