Files
OverlayScrollbars/packages/overlayscrollbars/test/playwright/setups/structureSetup/observers/index.html
T
2022-10-18 00:26:09 +02:00

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>