소스 검색

[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 {