Skip to content

Commit 9a5f10f

Browse files
authored
Merge pull request #1512 from FoamyGuy/scrollable_manufacturers
Scrollable manufacturers
2 parents ea47fdc + 15238ed commit 9a5f10f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/sass/pages/_downloads.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@
232232
}
233233
}
234234
}
235+
.manufacturers ul {
236+
max-height: 300px;
237+
overflow-y: scroll;
238+
}
235239
}
236240

237241
@media (max-width: $screen-md) {

downloads.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
permalink: /downloads
55
excerpt: CircuitPython supported boards.
66
---
7-
87
<div id="downloads-page">
98
<h1>Downloads</h1>
109
<div class="downloads-inputs">

0 commit comments

Comments
 (0)