diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index a87995cf2036..263562bf384b 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,11 @@ } + #scrollArea { + height: 350px; + overflow: auto; + } + #bottom { display: block; margin-top: 2000px;