8000
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 9af0600 commit 16943c6Copy full SHA for 16943c6
source
@@ -120013,7 +120013,15 @@ legend[align=right i] {
120013
<pre><code class="css">@namespace url(http://www.w3.org/1999/xhtml);
120014
120015
iframe { border: 2px inset; }
120016
-<span id="video-object-fit">video { object-fit: contain; }</span></code></pre>
753A +<span id="video-object-fit">video { object-fit: contain; }</span>
120017
+img, video, canvas, svg:not(:root) {
120018
+ overflow: clip;
120019
+ overflow-clip-margin: content-box;
120020
+}
120021
+iframe, object, embed {
120022
+ overflow: clip !important;
120023
+ overflow-clip-margin: content-box !important;
120024
+}</code></pre>
120025
120026
120027
<h4>Images</h4>
0 commit comments