cf4e6ee0203b3d9f463b43562ca21a20937c115f
hiram
  Tue Nov 10 09:21:36 2020 -0800
text align right to keep the window from bouncing around refs #21980

diff --git src/hg/htdocs/style/mouseOver.css src/hg/htdocs/style/mouseOver.css
index 0eb83e4..59ba569 100644
--- src/hg/htdocs/style/mouseOver.css
+++ src/hg/htdocs/style/mouseOver.css
@@ -12,17 +12,18 @@
   pointer-events: none
 }
 
 .mouseOverText {
   position: fixed;
   left: 100px;
   top: 100px;
   width: auto;
   height: auto;
   background-color: #3333cc;
   color: #ffff00;
   display: none;
   opacity: 1;
   z-index: 1000;
   border: 1px solid #ffff00;
+  text-align: right;
   pointer-events: none
 }