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 ff949c3 commit 1cefc76Copy full SHA for 1cefc76
files/en-us/web/api/element/getboundingclientrect/index.html
@@ -134,7 +134,11 @@ <h3 id="Basic">Basic</h3>
134
<h4 id="Scrolling">Scrolling</h4>
135
<p>This example demonstrates how bounding client rect is changing when document is scrolled.</p>
136
137
-<pre class="brush: html notranslate"><div></div></pre>
+<pre class="brush: html notranslate">
138
+<div></div>
139
+ <div id="example"></div>
140
+ <div id="controls"></div>
141
+</pre>
142
143
<pre class="brush: css notranslate">div#example {
144
width: 400px;
0 commit comments