Skip to content

Commit 0dc8e7f

Browse files
authored
Merge pull request #794 from sfayer/fix_panelscroll
fix: Hide top-level scrollbar on wrongly sized panels
2 parents 0b7a266 + bead43c commit 0dc8e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/WebAppDIRAC/WebApp/static/core/js/views/tabs

src/WebAppDIRAC/WebApp/static/core/js/views/tabs/TabPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ext.define("Ext.dirac.views.tabs.TabPanel", {
2121
renderTo: Ext.getBody(),
2222
defaults: {
2323
bodyPadding: 0,
24-
scrollable: true,
24+
scrollable: false,
2525
},
2626
bodyStyle: {
2727
background: "#AAAAAA",

0 commit comments

Comments
 (0)