diff --git a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue index 1a149630a2..8079cd6bf8 100644 --- a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue +++ b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue @@ -208,6 +208,7 @@ const shortcutList = [ :class="{ active: dialogShow }" width="max(30vw, 600px)" class="p-2" + :footer="null" :wrap-class-name="`nc-modal-keyboard-shortcuts ${dialogShow ? 'active' : ''}`" @keydown.esc="dialogShow = false" >