So don't try. Instead, set the background to "white", the same that
we set in the body's background. And then assume that all the backgrounds
in-between are transparent. */
-.stickyheading { position: sticky; /* attach to heading */
+.stickyheading { position: sticky; /* attach to heading */
top: 0;
- background-color: white; } /* kludge, see above */
+ background-color: white; /* kludge, see above */
+ text-align: left; }
.stickycontainer { overflow-y: clip; } /* attach to heading's container */