Skip to content

Commit

Permalink
fix(scroll): scroll size (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JyTosTT authored Sep 8, 2023
1 parent f049b3a commit 06beaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/views/organisms/Editor.organism.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const EditorOrganism = ({ entity, stackId, useEditor }: {
const { fields, onSubmit, onChange, entityForm, onDelete, onClose } = useEditor(entity, stackId)

return (
<div className="w-full h-full border-l-2 bg-white">
<div className="w-full border-l-2 bg-white h-full max-h-full overflow-y-auto">
<div className="h-[70px] border-b-2 p-2 flex flex items-center justify-between">
<h2><strong>Editor</strong></h2>

Expand Down

0 comments on commit 06beaf6

Please sign in to comment.