Merge pull request #1512 from FoamyGuy/scrollable_manufacturers
Scrollable manufacturers
This commit is contained in:
commit
9a5f10fd45
2 changed files with 4 additions and 1 deletions
|
|
@ -232,6 +232,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.manufacturers ul {
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-md) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ title: Downloads
|
|||
permalink: /downloads
|
||||
excerpt: CircuitPython supported boards.
|
||||
---
|
||||
|
||||
<div id="downloads-page">
|
||||
<h1>Downloads</h1>
|
||||
<div class="downloads-inputs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue