I figured out a really simple Fix for this: Set a style in the page header similar to this (or add it to a linked stylesheet): < head >
... < style type= "text/css" > div { z-index: 9999; }
</ style > ...
</ head > How I came about this: As I was directly modifying the styles...