/* The renderer shows the latest ten matching entries; the document scrolls.
   This only controls history containers, not the shared footer or page layout. */
[data-update-feed],
.updateBox,
.homeUpdateBox,
.skillUpdateBox {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
