diff --git a/site/src/routes/guide/index.html b/site/src/routes/guide/index.html index ff8bc20d73..09c3603f27 100644 --- a/site/src/routes/guide/index.html +++ b/site/src/routes/guide/index.html @@ -83,6 +83,17 @@ overflow: hidden; } + aside::after { + content: ''; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + height: var(--top-offset); + background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%); + pointer-events: none; + } + .sidebar { padding: var(--top-offset) 3.2rem var(--top-offset) 0; font-family: var(--font-ui);