Skip to content

Commit 3959e6d

Browse files
committed
scrollable manufacturers list filter
1 parent 59fe0d4 commit 3959e6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/css/downloads.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.manufacturers ul{
2+
max-height: 300px;
3+
overflow-y: scroll;
4+
}

downloads.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
permalink: /downloads
55
excerpt: CircuitPython supported boards.
66
---
7-
7+
<link rel="stylesheet" href="/assets/css/downloads.css">
88
<div id="downloads-page">
99
<h1>Downloads</h1>
1010
<div class="downloads-inputs">

0 commit comments

Comments
 (0)