mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
fix(core): default page edges to not overflow
This commit is contained in:
@ -1672,12 +1672,6 @@ function parseEdges(edges: string): number | null {
|
|||||||
|
|
||||||
export class ContainerView extends View {
|
export class ContainerView extends View {
|
||||||
public iosOverflowSafeArea: boolean;
|
public iosOverflowSafeArea: boolean;
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
this._defaultOverflowEdge = OverflowEdgeDontApply;
|
|
||||||
this._defaultOverflowEdgeValue = 'dont-apply';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class CustomLayoutView extends ContainerView implements CustomLayoutViewDefinition {
|
export class CustomLayoutView extends ContainerView implements CustomLayoutViewDefinition {
|
||||||
|
Reference in New Issue
Block a user