Home → Bikeshed → Components
scrollable.html
Published:
Not much here, just making divs scrollable. Make sure to add a label, you need it.
In that case, it also means that all my code blocks probably need labels as well…
Source Code
{{ .Inner }}
Also uses this css
.scrollable {
overflow: auto;
}