Browse Source

[home2] Fix the double scrolling bar

Enrico Berti 10 năm trước cách đây
mục cha
commit
dbf2c860a1

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