diff options
Diffstat (limited to 'webapps/swat')
-rw-r--r-- | webapps/swat/source/class/swat/module/ldbbrowse/Gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js index f9e4bf7783..a9db18b712 100644 --- a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js +++ b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js @@ -330,7 +330,7 @@ qx.Proto._buildPageBrowse = function(module, page) tree.set({ backgroundColor: 255, border : qx.renderer.border.BorderPresets.getInstance().thinInset, - overflow: "auto", + overflow: "hidden", width: "100%", height: "1*", alwaysShowOpenCloseSymbol: true |