Przeglądaj źródła

Fixed scroll issue with firefox, Fixes #754

Torkel Ödegaard 11 lat temu
rodzic
commit
44edaad19d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/app/directives/dashEditLink.js

+ 1 - 0
src/app/directives/dashEditLink.js

@@ -43,6 +43,7 @@ function (angular, $) {
           }
           }
 
 
           function hideEditorPane() {
           function hideEditorPane() {
+            hideScrollbars(false);
             if (editorScope) { editorScope.dismiss(); }
             if (editorScope) { editorScope.dismiss(); }
           }
           }