Files
test2/doc/python_api/static/css/theme_overrides.css
2021-04-28 17:57:58 -04:00

14 lines
325 B
CSS

/* T76453: Prevent Long enum lists */
.field-list > dd > p {
max-height: 245px;
overflow-y: auto !important;
}
/* Hide home icon in search area */
.wy-side-nav-search > a:hover {background: none; opacity: 0.9}
.wy-side-nav-search > a.icon::before {content: none}
.wy-nav-content {
max-width: 1000px !important;
}