push sticky top down a bit, to not touch sticky title when it sticks

This commit is contained in:
2023-05-04 18:50:18 -05:00
parent 35068b6b69
commit 25414a8515

View File

@ -41,7 +41,7 @@ interface Props
QRecordSidebar.defaultProps = {
light: false,
stickyTop: "100px",
stickyTop: "110px",
};
interface SidebarEntry