瀏覽代碼

[home2] Fix the double scrolling bar

Enrico Berti 9 年之前
父節點
當前提交
dbf2c86
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {
     position: absolute;
     height: 100%;
-    overflow: auto;
+    overflow: hidden;
   }
 
   .show-assist {