diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 401a912..50db8a7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -50,7 +50,7 @@ const Layout: React.FC = ({ children }) => { } .mainContent { flex: 1; - padding: 1rem; + padding: 0; overflow-y: auto; } `}