aboutsummaryrefslogtreecommitdiff
path: root/_content/css/styles.css
diff options
context:
space:
mode:
authorAnkit Verma <ankitverma209171@gmail.com>2023-02-10 00:20:15 +0000
committerSuzy Mueller <suzmue@golang.org>2023-02-10 15:16:31 +0000
commit8a2a291fba24fea9eeb7b14982c60996a8d0c27c (patch)
tree7b4d142fb31c278ce024d98ba33d9452e7e3d7b0 /_content/css/styles.css
parentf6b0140d3b6301f13134284de5208883d2a85b17 (diff)
downloadgo-x-website-8a2a291fba24fea9eeb7b14982c60996a8d0c27c.tar.xz
_content/css: fix content aside section overlapping with footer
Fixes golang/go#58134 Change-Id: Ie2ef4d2b32d2f9eb834e0d7f909efecda4c08331 GitHub-Last-Rev: 8914d0f4f365e9bf0cd36e197905e6a5efa92956 GitHub-Pull-Request: golang/website#190 Reviewed-on: https://go-review.googlesource.com/c/website/+/464015 Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Suzy Mueller <suzmue@golang.org>
Diffstat (limited to '_content/css/styles.css')
-rw-r--r--_content/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css
index c250b19c..3e15d851 100644
--- a/_content/css/styles.css
+++ b/_content/css/styles.css
@@ -3644,7 +3644,7 @@ p.BackgroundQuote-body {
flex-direction: column;
}
.UseCaseSubNav-anchorLinks--sticky {
- position: fixed;
+ position: sticky;
top: 2rem;
}
a.UseCase-anchorLink {