mirror of https://github.com/istio/istio.io.git
Fix problems with the glossary page. (#5758)
- Remove some stray characters at the top of the page. - Fix scrolling behavior such that the selected letter stays on the screen. This broke due to a bug fix on the istioctl page which had an unexpected side effect, - Remove extraneous alias that could lead to infinite redirect loops.
This commit is contained in:
parent
1c6822534d
commit
f631e0ca26
|
@ -6,8 +6,6 @@ layout: glossary
|
|||
aliases:
|
||||
- /glossary
|
||||
- /docs/welcome/glossary.html
|
||||
- /docs/reference/glossary.html
|
||||
- /help/glossary
|
||||
icon: glossary
|
||||
---
|
||||
∑∑
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<style>
|
||||
.primary .article-container article {
|
||||
overflow-x: visible;
|
||||
}
|
||||
</style>
|
||||
|
||||
{{ partial "primary_top.html" . }}
|
||||
|
||||
{{ .Content }}
|
||||
|
|
Loading…
Reference in New Issue