diff --git a/commafeed-client/src/pages/app/Layout.tsx b/commafeed-client/src/pages/app/Layout.tsx
index 5abb359d..5b60ecd9 100644
--- a/commafeed-client/src/pages/app/Layout.tsx
+++ b/commafeed-client/src/pages/app/Layout.tsx
@@ -157,28 +157,30 @@ export default function Layout(props: LayoutProps) {
{props.sidebar}
- setSidebarWidth(data.x)}
- >
-
+
-
+ bounds={{
+ left: 120,
+ right: 1000,
+ }}
+ grid={[30, 30]}
+ onDrag={(_e, data) => setSidebarWidth(data.x)}
+ >
+
+
+
}>