Skip to content

Commit

Permalink
fix: fix topology ui not overflowing correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Aug 28, 2024
1 parent e0d7838 commit 76764c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function EditTopologyResource({
isModal = false
}: EditTopologyResourceProps) {
return (
<div className="flex flex-1 flex-col overflow-y-clip p-2">
<div className="flex flex-1 flex-col overflow-y-auto p-2">
<TopologyResourceForm
isModal={isModal}
onCancel={onCancel}
Expand Down

0 comments on commit 76764c2

Please sign in to comment.