diff mercurial/templates/static/style-paper.css @ 31849:5c1abb4bd3ee

hgweb: position the "followlines" box close to latest cursor position
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 06 Apr 2017 19:24:04 +0200
parents 7160bdd56b84
children 1c97df5e3b46
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css	Thu Apr 06 19:15:09 2017 +0200
+++ b/mercurial/templates/static/style-paper.css	Thu Apr 06 19:24:04 2017 +0200
@@ -293,7 +293,7 @@
   border: 1px solid #CCC;
   border-radius: 5px;
   padding: 4px;
-  position: absolute;
+  position: fixed;
 }
 
 div.followlines-cancel {