aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2025-10-29 18:28:35 +0000
committerMichael Knyszek <mknyszek@google.com>2025-10-29 11:42:06 -0700
commit609bba11f4524f4d5ad332ee1126de1f42b14277 (patch)
tree8e519d529b3b5e75813acf0843fde6be6697380f
parent32fdd4793acb7ac395a5ad92ccccf643554f265f (diff)
downloadgo-x-website-609bba11f4524f4d5ad332ee1126de1f42b14277.tar.xz
_content/blog/greenteagc: remove -webkit-overflow-scrolling
This breaks buttons on iOS Safari for some reason. Change-Id: Idd7ea4dedc41271b803b4ed2482fbf4b7a299159 Reviewed-on: https://go-review.googlesource.com/c/website/+/716200 Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
-rw-r--r--_content/blog/greenteagc.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/_content/blog/greenteagc.md b/_content/blog/greenteagc.md
index 46ce043e..6df8f7a1 100644
--- a/_content/blog/greenteagc.md
+++ b/_content/blog/greenteagc.md
@@ -23,7 +23,6 @@ summary: Go 1.25 includes a new experimental garbage collector, Green Tea.
height: auto;
overflow-x: auto;
scroll-snap-type: x mandatory;
- -webkit-overflow-scrolling: touch;
padding-bottom: 1.1em;
}
.hide-overflow {