diff --git a/apps/client/src/features/app-settings/panel-utils/PanelUtils.module.scss b/apps/client/src/features/app-settings/panel-utils/PanelUtils.module.scss
index b8fc16349..eae858319 100644
--- a/apps/client/src/features/app-settings/panel-utils/PanelUtils.module.scss
+++ b/apps/client/src/features/app-settings/panel-utils/PanelUtils.module.scss
@@ -200,8 +200,7 @@ $card-padding: 2rem;
.overlay {
position: absolute;
z-index: $zindex-backdrop;
- width: 100%;
- height: 100%;
+ inset: 0;
backdrop-filter: blur(2px);
display: grid;
place-content: center;
diff --git a/apps/client/src/features/app-settings/panel/settings-panel/ServerPortSettings.tsx b/apps/client/src/features/app-settings/panel/settings-panel/ServerPortSettings.tsx
index 061e8a303..382e4a7dc 100644
--- a/apps/client/src/features/app-settings/panel/settings-panel/ServerPortSettings.tsx
+++ b/apps/client/src/features/app-settings/panel/settings-panel/ServerPortSettings.tsx
@@ -85,10 +85,10 @@ export default function ServerPortSettings() {
-
{rootError && {rootError}}
+
{data.pendingRestart && (
A port change is pending and will happen on the next restart.
)}