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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-08-16 13:20:49 +02:00
parent 6645c014e9
commit e4720b6056
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
2 changed files with 2 additions and 1 deletions

View File

@ -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'];

View File

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