mirror of https://github.com/istio/istio.io.git
Revert fix for overlapping TOC since it broke text blocks in general.
This commit is contained in:
parent
aa75c05125
commit
a873e50386
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue