We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71a16bf + 34bfa07 commit 14d30c7Copy full SHA for 14d30c7
2 files changed
src/_scss/pages/search/results/table/resultsTable.scss
@@ -50,6 +50,7 @@
50
.advanced-search__table-wrapper {
51
width: auto;
52
overflow-y: auto;
53
+ max-height: 638px;
54
55
@media (min-width: $tablet-screen) {
56
overflow-x: scroll;
src/js/components/search/table/ResultsTable.jsx
@@ -179,8 +179,7 @@ const ResultsTable = (props) => {
179
<>
180
<div
181
className="advanced-search__table-wrapper"
182
- id="advanced-search__table-wrapper"
183
- style={props.resultsCount >= props.resultsLimit ? { height: '638px' } : {}}>
+ id="advanced-search__table-wrapper">
184
<Table
185
classNames="table-for-new-search-page award-results-table-dtui"
186
stickyFirstColumn={!props.isMobile}
0 commit comments