Skip to content

Commit

Permalink
and the user popover needs a higher z-index, to make it visible again
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Aug 16, 2018
1 parent 6645c01 commit 9c130f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updatenotification/lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function getForm(): TemplateResponse {
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'];
Expand Down
1 change: 1 addition & 0 deletions core/css/whatsnew.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
bottom: 35px !important;
left: 15px !important;
width: 270px;
z-index: 700;
}

.whatsNewPopover p {
Expand Down

0 comments on commit 9c130f9

Please sign in to comment.