Skip to content

Commit cd2e876

Browse files
authored
Merge pull request #1707 from jwcooper/manufacturers-height
fixes #1668 and bumps ruby version
2 parents 3683900 + ee540f7 commit cd2e876

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.2
1+
ruby 3.4.7

assets/sass/pages/_downloads.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@
124124
grid-column: main;
125125
display: grid;
126126
grid-template-columns: repeat(3, minmax(200px, 1fr));
127+
128+
.manufacturers {
129+
contain: size;
130+
131+
fieldset {
132+
height: 100%;
133+
overflow-y: scroll;
134+
}
135+
}
127136
}
128137

129138
h2 {
@@ -235,10 +244,6 @@
235244
}
236245
}
237246
}
238-
.manufacturers ul {
239-
max-height: 300px;
240-
overflow-y: scroll;
241-
}
242247
}
243248

244249
@media (max-width: variables.$screen-md) {

0 commit comments

Comments
 (0)