diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6c0b4b0ad4..29ca53b8d0 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -456,7 +456,7 @@ parameters: path: src/bundle/Controller/LinkManagerController.php - - message: "#^Cannot access offset 0 on iterable\\\\.$#" + message: "#^Cannot access offset 0 on iterable\\\\.$#" count: 1 path: src/bundle/Controller/LocationController.php @@ -9546,7 +9546,7 @@ parameters: path: src/lib/UI/Dataset/VersionsDataset.php - - message: "#^Parameter \\#2 \\$array of function array_map expects array, iterable\\ given\\.$#" + message: "#^Parameter \\#2 \\$array of function array_map expects array, iterable\\ given\\.$#" count: 1 path: src/lib/UI/Dataset/VersionsDataset.php diff --git a/src/bundle/Resources/public/scss/_user-invitation-modal.scss b/src/bundle/Resources/public/scss/_user-invitation-modal.scss index 2201d9fc3a..3463b6d386 100644 --- a/src/bundle/Resources/public/scss/_user-invitation-modal.scss +++ b/src/bundle/Resources/public/scss/_user-invitation-modal.scss @@ -15,6 +15,7 @@ bottom: 0; background: $ibexa-color-white; border-top-width: calculateRem(1px); + z-index: 1; } .ibexa-alert { @@ -28,10 +29,6 @@ position: relative; } - &__main { - margin-right: calculateRem(-8px); - } - &__issues-alert { &--hidden { display: none;