From 25414a85155a5d8f998608d265208d2a465fcbae Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Thu, 4 May 2023 18:50:18 -0500 Subject: [PATCH] push sticky top down a bit, to not touch sticky title when it sticks --- src/qqq/components/misc/RecordSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/components/misc/RecordSidebar.tsx b/src/qqq/components/misc/RecordSidebar.tsx index 86a52e0..4c8a06b 100644 --- a/src/qqq/components/misc/RecordSidebar.tsx +++ b/src/qqq/components/misc/RecordSidebar.tsx @@ -41,7 +41,7 @@ interface Props QRecordSidebar.defaultProps = { light: false, - stickyTop: "100px", + stickyTop: "110px", }; interface SidebarEntry