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:
As you can see above, they look good on the Play Online page, but every other site looks less than ideal:
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:
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:
As you can see above, they look good on the Play Online page, but every other site looks less than ideal:
The issue seems to be that the nice behavior is tied around the parent container's
position
beingfixed
orsticky
, and when that's fixed, it looks like this: