mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
fix scrolling bug
This commit is contained in:
@@ -319,13 +319,12 @@ Sonia.rest.RestPanel = Ext.extend(Ext.Panel,{
|
|||||||
title: this.title,
|
title: this.title,
|
||||||
layout: 'border',
|
layout: 'border',
|
||||||
border: false,
|
border: false,
|
||||||
closable: true,
|
|
||||||
autoScroll: true,
|
|
||||||
items:[
|
items:[
|
||||||
this.grid,{
|
this.grid,{
|
||||||
id: 'southpanel',
|
id: 'southpanel',
|
||||||
xtype: 'panel',
|
xtype: 'panel',
|
||||||
region: 'south',
|
region: 'south',
|
||||||
|
autoScroll: true,
|
||||||
split: true,
|
split: true,
|
||||||
frame: true,
|
frame: true,
|
||||||
height: 200,
|
height: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user