This commit is contained in:
ryangrahamnc 2017-05-19 15:51:09 -04:00 committed by Martin Taillefer
parent 9cd741e2c5
commit e76db4b9a3
1 changed files with 7 additions and 0 deletions

View File

@ -102,3 +102,10 @@ th {
.ui-widget-content a:hover, a:focus {
color: $linkHoverColor !important;
}
#content-container{
/* overrides overflow:visible, which overlays on top of floating elements, i.e. the toc on /docs/reference/commands/istioctl.html */
code[class*="language-"], pre[class*="language-"]{
overflow:scroll;
}
}