content/static: unsticky right side bar

Makes right sidebar scroll with the rest of the
documentation page.

Change-Id: I9f433f4f8d8542e2db29482938e3aecfbf1c9246
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/258287
Trust: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
diff --git a/content/static/css/unit_meta.css b/content/static/css/unit_meta.css
index 92e94d8..10d7ca1 100644
--- a/content/static/css/unit_meta.css
+++ b/content/static/css/unit_meta.css
@@ -6,8 +6,6 @@
 
 .UnitMeta {
   display: block;
-  position: sticky;
-  top: 5rem;
 }
 .UnitMeta a {
   display: block;