Browse Source

[home2] Fix the double scrolling bar

Enrico Berti 9 years ago
parent
commit
dbf2c86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/home2.mako

+ 1 - 1
desktop/core/src/desktop/templates/home2.mako

@@ -83,7 +83,7 @@ ${ fileBrowser.fileBrowser() }
   .right-panel {
   .right-panel {
     position: absolute;
     position: absolute;
     height: 100%;
     height: 100%;
-    overflow: auto;
+    overflow: hidden;
   }
   }
 
 
   .show-assist {
   .show-assist {