Merge pull request #1512 from FoamyGuy/scrollable_manufacturers

Scrollable manufacturers
This commit is contained in:
Dan Halbert 2024-10-28 11:56:17 -04:00 committed by GitHub
commit 9a5f10fd45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -232,6 +232,10 @@
}
}
}
.manufacturers ul {
max-height: 300px;
overflow-y: scroll;
}
}
@media (max-width: $screen-md) {

View file

@ -4,7 +4,6 @@ title: Downloads
permalink: /downloads
excerpt: CircuitPython supported boards.
---
<div id="downloads-page">
<h1>Downloads</h1>
<div class="downloads-inputs">