<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#stage {
  position: absolute; top: 0; right: 0;
  width: 60px; height: 45px; border: 3px double #44a;
  padding: 5px; text-align: center;
  background: white;
  margin-right: 0; margin-left: auto;
  z-index: 2;
}
div#bstage {
  margin-right: 0; margin-left: auto; width: 75px; height: 60px;
  float: right;
}
body &gt; div#stage {position: fixed;}
div#x {
  position: static; height: 100%; padding-top: 45px;
  overflow: auto;
  background: #ffc0cb; /* =pink */
  z-index: 1;
}
body&gt;div#x {position: absolute; padding-top: 0; top: 45px; height: auto;}
img {vertical-align: top;}
p.c {text-align: center;}
</pre></body></html>