mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Merge pull request #766 from jlowin/updates
Hide docs sidebar scrollbar by default
This commit is contained in:
commit
5a96a9a423
1 changed files with 11 additions and 0 deletions
|
|
@ -117,3 +117,14 @@ 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue