diff --git a/src/panels/config/storage/dialog-move-datadisk.ts b/src/panels/config/storage/dialog-move-datadisk.ts
index cfe29c95ca..40a55395f0 100644
--- a/src/panels/config/storage/dialog-move-datadisk.ts
+++ b/src/panels/config/storage/dialog-move-datadisk.ts
@@ -130,13 +130,18 @@ class MoveDatadiskDialog extends LitElement {
@selected=${this._select_device}
@closed=${stopPropagation}
dialogInitialFocus
+ fixedMenuPosition
>
${this._devices.map(
(device) =>
- html`${device}`
+ html`
+ ${device}
+ `
)}
+ Test
+ Test
+ Test
+ Test