Sfoglia il codice sorgente

[home2] Fix the double scrolling bar

Enrico Berti 9 anni fa
parent
commit
dbf2c86
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {