mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-03 07:34:07 +03:00
11 lines
180 B
HTML
11 lines
180 B
HTML
<div id="controls">
|
|
<button id="start">start</button>
|
|
</div>
|
|
<div id="stage">
|
|
<div>
|
|
<div id="target" class="container">
|
|
<span>Hello</span>
|
|
</div>
|
|
</div>
|
|
</div>
|