Silence overflow:visible deprecation on replaced elements (overflow: clip)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-25 21:37:14 -07:00
parent 5872f22470
commit ca611eeac7
+1
View File
@@ -28,6 +28,7 @@
}
* { box-sizing: border-box; }
img, video, canvas { overflow: clip; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
[id] { scroll-margin-top: 84px; }