mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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 {
|
||||
public iosOverflowSafeArea: boolean;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
this._defaultOverflowEdge = OverflowEdgeDontApply;
|
||||
this._defaultOverflowEdgeValue = 'dont-apply';
|
||||
}
|
||||
}
|
||||
|
||||
export class CustomLayoutView extends ContainerView implements CustomLayoutViewDefinition {
|
||||
|
||||
Reference in New Issue
Block a user