Silence overflow:visible deprecation on replaced elements (overflow: clip)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
* { box-sizing: border-box; }
|
* { box-sizing: border-box; }
|
||||||
|
img, video, canvas { overflow: clip; }
|
||||||
html { scroll-behavior: smooth; }
|
html { scroll-behavior: smooth; }
|
||||||
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
|
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
|
||||||
[id] { scroll-margin-top: 84px; }
|
[id] { scroll-margin-top: 84px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user