Skip to content

Commit 5f448a5

Browse files
authored
Editor / Associated resource / Avoid scrollbar (geonetwork#8051)
* Editor / Associated resource / Avoid scrollbar * Update gn_editor_default.less
1 parent 00550dc commit 5f448a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-ui/src/main/resources/catalog/components/edit/onlinesrc/partials/remote-record-selector.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<div class="col-sm-10">
9898
<textarea
9999
class="form-control"
100-
rows="10"
100+
rows="4"
101101
id="gn-remoteRecordsList"
102102
data-ng-model="multipleSelectionModel.remoteRecordsList"
103103
></textarea>

web-ui/src/main/resources/catalog/views/default/less/gn_editor_default.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
.modal-dialog {
9292
.modal-body {
93-
max-height: 85vh;
93+
max-height: calc(~"85vh - 30px");
9494
overflow: auto;
9595
}
9696
}

0 commit comments

Comments
 (0)