Skip to content

Commit 5233644

Browse files
committed
fix: update to docs
1 parent 56c2517 commit 5233644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ <h2 class="padding:5px_0px">Attributes</h2>
110110

111111
<ul class="list-style-type:none ">
112112
<li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
113-
<h4><span>data-overlay-scroll_type</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
113+
<h4><span>overlay-scroll_type</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
114114
<p>ScrollBar Enable/Disable. "scrollX" and "scrollY" are available. if not set, it will be enable the x-scrollbar and y-scrollbar as default.</p>
115115
</li>
116116
<li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
117-
<h4><span>data-overlay-scroll_visible</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
117+
<h4><span>overlay-scroll_visible</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
118118
<p>ScrollBar Behavior. "visible" and "hide", "auto" are available. if not set, it will be visable as default.</p>
119119
</li>
120120
<li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
121-
<h4><span>data-overlay-scroll_pos</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
121+
<h4><span>overlay-scroll_pos</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
122122
<p>ScrollBar Position. "bottom" and "top", "right", "left" are available. if not set, it will be "bottom" and "right" as default.</p>
123123
</li>
124124
</ul>

0 commit comments

Comments
 (0)