From d478e5a12eb174c1a3b37ddef819c7e44ecae9ee Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 19 Mar 2025 06:48:29 -0700 Subject: [PATCH] Hotkey scrolling --- src-web/components/KeyboardShortcutsDialog.tsx | 4 ++-- src-web/components/core/HotKeyList.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-web/components/KeyboardShortcutsDialog.tsx b/src-web/components/KeyboardShortcutsDialog.tsx index e9d3da3d..1e9ab1f3 100644 --- a/src-web/components/KeyboardShortcutsDialog.tsx +++ b/src-web/components/KeyboardShortcutsDialog.tsx @@ -3,8 +3,8 @@ import { HotKeyList } from './core/HotKeyList'; export function KeyboardShortcutsDialog() { return ( -
- +
+
); } diff --git a/src-web/components/core/HotKeyList.tsx b/src-web/components/core/HotKeyList.tsx index 1bb163ba..93b0dc85 100644 --- a/src-web/components/core/HotKeyList.tsx +++ b/src-web/components/core/HotKeyList.tsx @@ -13,7 +13,7 @@ interface Props { export const HotKeyList = ({ hotkeys, bottomSlot, className }: Props) => { return (
-
+
{hotkeys.map((hotkey) => (