Skip to content

Commit

Permalink
Editor / Associated resource / Avoid scrollbar (#8051)
Browse files Browse the repository at this point in the history
* Editor / Associated resource / Avoid scrollbar

* Update gn_editor_default.less
  • Loading branch information
fxprunayre authored Jun 4, 2024
1 parent 00550dc commit 5f448a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="col-sm-10">
<textarea
class="form-control"
rows="10"
rows="4"
id="gn-remoteRecordsList"
data-ng-model="multipleSelectionModel.remoteRecordsList"
></textarea>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
.modal-dialog {
.modal-body {
max-height: 85vh;
max-height: calc(~"85vh - 30px");
overflow: auto;
}
}
Expand Down

0 comments on commit 5f448a5

Please sign in to comment.