ソースを参照

[home2] Fix the double scrolling bar

Enrico Berti 9 年 前
コミット
dbf2c860a1
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 {