Skip to content

Commit abc96fd

Browse files
committed
Fix common order
1 parent b8dcec7 commit abc96fd

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

content/en/docs/refguide/modeling/pages/structure-widgets/scroll-container.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ This property is displayed only when the [Width](#width) property is set to *Pix
8080

8181
Default: *Center*
8282

83-
### 3.2 Regions Section {#regions}
83+
### 3.2 Common Section {#common}
84+
85+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
86+
87+
### 3.3 Regions Section {#regions}
8488

8589
{{% alert color="info" %}}Regions are not supported on native mobile pages.{{% /alert %}}
8690

@@ -90,26 +94,22 @@ Regions define the content area of a scroll container. For more information see
9094
If you add regions in a [layout](/refguide/layout/), they will automatically be filled with [placeholders](/refguide/placeholder/).
9195
{{% /alert %}}
9296

93-
#### 3.2.1 Enable Top
97+
#### 3.3.1 Enable Top
9498

9599
Determines whether the scroll container should contain a top region.
96100

97-
#### 3.2.2 Enable Bottom
101+
#### 3.3.2 Enable Bottom
98102

99103
Determines whether the scroll container should contain a bottom region.
100104

101-
#### 3.2.3 Enable Left
105+
#### 3.3.3 Enable Left
102106

103107
Determines whether the scroll container should contain a left region.
104108

105-
#### 3.2.4 Enable Right
109+
#### 3.3.4 Enable Right
106110

107111
Determines whether the scroll container should contain a right region.
108112

109-
### 3.3 Common Section {#common}
110-
111-
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
112-
113113
## 4 Scroll Container Region {#scroll-container-region}
114114

115115
A scroll container region is part of a scroll container, and defines a content area. A scroll container can contain the following regions:

0 commit comments

Comments
 (0)