diff --git a/src/components/BreakingNewsBanner.astro b/src/components/BreakingNewsBanner.astro
index 4a99ddd..47aafe3 100644
--- a/src/components/BreakingNewsBanner.astro
+++ b/src/components/BreakingNewsBanner.astro
@@ -5,14 +5,17 @@ const repeats = 6
-
-
+
+
{Array.from({length: repeats}).map((_, i) => (
@@ -28,14 +31,14 @@ const repeats = 6
slides out from under the cursor, six times over. This is one stable
target covering the band.
- Bottom-anchored at the visible 48px, not inset-0, so it does not extend
- into the 24px the nav paints over and start swallowing clicks meant for
- the nav. -->
+ inset-0 now that the box is exactly the visible band. It was pinned to
+ the bottom 48px to stay clear of the strip the nav was believed to
+ cover; with no such strip, that is just the whole box. -->
{href && (
)}