Fix scrollbar in the debug app
This commit is contained in:
parent
30cea8888d
commit
a660c03f97
@ -20,6 +20,7 @@
|
|||||||
#cp-app-debug {
|
#cp-app-debug {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
#cp-app-debug-content {
|
#cp-app-debug-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@ -39,7 +39,8 @@ define([
|
|||||||
$: $,
|
$: $,
|
||||||
AppConfig: AppConfig,
|
AppConfig: AppConfig,
|
||||||
SFCommon: SFCommon,
|
SFCommon: SFCommon,
|
||||||
Crypto: Crypto
|
Crypto: Crypto,
|
||||||
|
ApiConfig: ApiConfig
|
||||||
};
|
};
|
||||||
|
|
||||||
var toolbar;
|
var toolbar;
|
||||||
@ -167,8 +168,8 @@ define([
|
|||||||
console.log('onConnectionChange', info.state);
|
console.log('onConnectionChange', info.state);
|
||||||
};
|
};
|
||||||
|
|
||||||
cpNfInner = common.startRealtime(config);
|
cpNfInner = APP.cpNfInner = common.startRealtime(config);
|
||||||
metadataMgr = cpNfInner.metadataMgr;
|
metadataMgr = APP.metadataMgr = cpNfInner.metadataMgr;
|
||||||
|
|
||||||
cpNfInner.onInfiniteSpinner(function () {
|
cpNfInner.onInfiniteSpinner(function () {
|
||||||
console.error('infinite spinner');
|
console.error('infinite spinner');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user