Revert fix for overlapping TOC since it broke text blocks in general.

This commit is contained in:
Martin Taillefer 2017-05-20 10:52:26 -07:00
parent aa75c05125
commit a873e50386
1 changed files with 0 additions and 7 deletions

View File

@ -102,10 +102,3 @@ 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;
}
}