diff --git a/models/board/src/index.ts b/models/board/src/index.ts
index b45942db72..15bc8b84a8 100644
--- a/models/board/src/index.ts
+++ b/models/board/src/index.ts
@@ -320,7 +320,8 @@ export function createModel (builder: Builder): void {
action: view.actionImpl.ShowPopup,
actionProps: {
component: board.component.CoverActionPopup,
- element: 'top'
+ element: 'top',
+ value: 'object'
},
label: board.string.Cover,
icon: board.icon.Card,
diff --git a/plugins/board-resources/src/components/popups/CardCoverPicker.svelte b/plugins/board-resources/src/components/popups/CardCoverPicker.svelte
index 0b02fcfaad..7e6213badb 100644
--- a/plugins/board-resources/src/components/popups/CardCoverPicker.svelte
+++ b/plugins/board-resources/src/components/popups/CardCoverPicker.svelte
@@ -1,13 +1,18 @@
@@ -46,7 +52,7 @@