We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cad6e commit eb326b8Copy full SHA for eb326b8
index.html
@@ -318,19 +318,9 @@ <h2>
318
</h2>
319
<div style="position: relative" class="demo-elements">
320
<div id="my-position-anchor-a" class="anchor">Anchor A</div>
321
- <div
322
- id="my-position-target-a"
323
- class="target"
324
- >
325
- Target A
326
- </div>
+ <div id="my-position-target-a" class="target">Target A</div>
327
<div id="my-position-anchor-b" class="anchor">Anchor B</div>
328
329
- id="my-position-target-b"
330
331
332
- Target B
333
+ <div id="my-position-target-b" class="target">Target B</div>
334
</div>
335
<p class="note">
336
With polyfill applied: Targets are positioned at the top right corner of
0 commit comments