Skip to content

Commit

Permalink
Issue #148: Sidebar edit vertical scroll.
Browse files Browse the repository at this point in the history
By Vicki Lais and @laryn.
  • Loading branch information
laryn authored Sep 13, 2024
1 parent 658aa02 commit 92c8ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/css/components/edit_form.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.gin--edit-form[data-meta-sidebar=open] .edit-form--sidebar .node-form > div {
overflow: inherit;
display: block;
overflow-y: auto;
}

.gin--edit-form[data-meta-sidebar=open] .edit-form--sidebar .layout-region-node-main,
Expand Down
1 change: 1 addition & 0 deletions styles/components/edit_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.node-form > div {
overflow: inherit;
display: block;
overflow-y: auto;
}

.layout-region-node-main,
Expand Down

0 comments on commit 92c8ce5

Please sign in to comment.