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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/10715/head
Arthur Schiwon 6 years ago
parent 6645c014e9
commit e4720b6056
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23

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

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

Loading…
Cancel
Save