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