Commit b81e6c62 authored by Nick Poulden's avatar Nick Poulden
Browse files

Scroller fix on Guides

parent 8ebc5dd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Ext.define('Docs.view.guides.Container', {
     * Scrolls guide to the top
     */
    scrollToTop: function() {
        this.getEl().scrollTo('top');
        this.body.scrollTo('top');
    },

    /**