Browse Source

and the user popover needs a higher z-index, to make it visible again

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon 5 years ago
parent
commit
e4720b6056
2 changed files with 2 additions and 1 deletions
  1. 1 1
      apps/updatenotification/lib/Settings/Admin.php
  2. 1 0
      core/css/whatsnew.scss

+ 1 - 1
apps/updatenotification/lib/Settings/Admin.php

@@ -114,7 +114,7 @@ class Admin implements ISettings {
 		return new TemplateResponse('updatenotification', 'admin', $params, '');
 	}
 
-	protected function filterChanges(array $changes) {
+	protected function filterChanges(array $changes): array {
 		$filtered = [];
 		if(isset($changes['changelogURL'])) {
 			$filtered['changelogURL'] = $changes['changelogURL'];

+ 1 - 0
core/css/whatsnew.scss

@@ -9,6 +9,7 @@
   bottom: 35px !important;
   left: 15px !important;
   width: 270px;
+  z-index: 700;
 }
 
 .whatsNewPopover p {