remove unnecessary usage of headerHeight

This commit is contained in:
Athou
2024-01-18 08:53:15 +01:00
parent 99db85328b
commit a8be8f2edf
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ export default function Layout(props: LayoutProps) {
axis="x"
defaultPosition={{
x: sidebarWidth,
y: Constants.layout.headerHeight,
y: 0,
}}
bounds={{
left: 120,