6d50d3a3b9e467e61853333fb6239eace1eaf70a
hiram
  Fri Oct 30 16:45:14 2020 -0700
should be fixed position refs #21980

diff --git src/hg/htdocs/style/mouseOver.css src/hg/htdocs/style/mouseOver.css
index 20f49fa..3cb9c81 100644
--- src/hg/htdocs/style/mouseOver.css
+++ src/hg/htdocs/style/mouseOver.css
@@ -21,22 +21,22 @@
     padding: 1rem 1.5rem;
     width: 24rem;
     border-radius: 0.5rem;
 }
 
 .showMouseOver {
     opacity: 1;
     visibility: visible;
     transform: scale(1.0);
     transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
 }
 
 .mouseOverHighlight {
   border-left: 4px solid orange;
   height: 60px;
-  position: absolute;
+  position: fixed;
   left: 0;
   margin-left: -2px;
   top: 0;
   display: none;
   z-index: 1000;
 }