Merge pull request #770 from jlowin/revert-766-updates

Revert "Hide docs sidebar scrollbar by default"
This commit is contained in:
Jeremiah Lowin 2025-06-09 20:35:58 -04:00 committed by GitHub
commit f2e23077bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,14 +117,3 @@ h6 code:not(pre code) {
background: #334155;
border: 1px solid #64748b;
}
/* Hide the sidebar overflow by default, but allow it to be shown on hover */
#sidebar-content {
overflow-y: hidden;
}
#sidebar-content:hover,
#sidebar-content:active,
#sidebar-content:focus {
overflow-y: auto;
}