Skip to content

Commit

Permalink
fix(relations): vertical scroll in relations dlg
Browse files Browse the repository at this point in the history
when the form is longer than the dialog height.
  • Loading branch information
gythaogg committed Nov 7, 2024
1 parent f712056 commit 511daec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis_core/relations/static/css/relations.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#relationdialog {
border: 1px solid black;
border-radius: .3rem;
overflow: visible;
overflow-x: visible;
overflow-y: scroll;
padding: 0;
opacity: 1;
transform: scale(1);
Expand Down

0 comments on commit 511daec

Please sign in to comment.