mirror of https://github.com/istio/istio.io.git
fixed code segments overlapping on toc in http://localhost:4000/docs/reference/commands/istioctl.html (#287)
This commit is contained in:
parent
9cd741e2c5
commit
e76db4b9a3
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue