Inside Playdate responsive stylesheet issues (problem for mobile & doc viewers)

Still an issue on 1.7.0 :neutral_face:

quick hack fix (the problem runs deep)

#content 
{
  width: 100vw;
}

#toc:hover,
#toc:active
{
  background-color: white;    // see below
}

related: