chimerror / quoll-issues

Issues for a reality programming text adventure at https://quoll-alpha.netlify.app/
0 stars 0 forks source link

Website: Decorative title offsets aren't correctly z-indexed on non-Play Online pages #125

Closed chimerror closed 1 year ago

chimerror commented 1 year ago

Small issue I noticed in the CSS while working on another bug.

Essentially, there are 2 extra copies of the game title that are slightly offset to make a decorative pattern of the title:

QuollTitleCssPlayOnline202304191141

As you can see above, they look good on the Play Online page, but every other site looks less than ideal:

QuollTitleCss202304191139

The issue seems to be that the nice behavior is tied around the parent container's position being fixed or sticky, and when that's fixed, it looks like this:

QuollTitleCssGood202304191140
chimerror commented 1 year ago

Website: Decorative title offsets aren't correctly z-indexed on non-Play Online pages

chimerror commented 1 year ago

Website: Title and Buttons misaligned in header when many nav links are visible