diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index a87995cf2036..1e3c707fa2ad 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -16,7 +16,7 @@ * @example -
+
Go to bottom You're at the bottom!
@@ -34,6 +34,10 @@ } + .scroll-area { + height: 350px; + overflow: auto; + } #bottom { display: block; margin-top: 2000px;