We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f5ae0 commit 64ff523Copy full SHA for 64ff523
css-anchor-position-1/Overview.bs
@@ -976,7 +976,10 @@ etc.
976
and see that the anchored lines and tooltips dynamically adjust
977
to whichever bar is the highest/lowest.
978
979
- <iframe src="examples/calc-anchor.html" style="width: 80%; aspect-ratio: 5 / 3; margin: 1em 10%;"></iframe>
+ <figure>
980
+ <iframe src="examples/calc-anchor.html" style="width: 80%; aspect-ratio: 5 / 3; margin: 1em 10%;"></iframe>
981
+ <figcaption><a href="examples/calc-anchor.html">Full Example</a></figcaption>
982
+ </figure>
983
984
The important fragment of the code to accomplish this is:
985
0 commit comments