fix: restore scroll on project settings
This commit is contained in:
parent
9c95cb908b
commit
e1142414f1
@ -111,7 +111,7 @@ export default function ProjectSettings({ project, onUpdated }: Props) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-2xl mx-auto p-6 pb-20 space-y-6">
|
<div className="max-w-2xl mx-auto p-6 pb-20 space-y-6 overflow-y-auto h-full">
|
||||||
<h2 className="text-lg font-bold">Настройки проекта</h2>
|
<h2 className="text-lg font-bold">Настройки проекта</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user