[tor-commits] [community/master] Fix floating menu issue

antonela at torproject.org antonela at torproject.org
Tue Nov 12 10:57:50 UTC 2019


commit dbf5e4c0f1b0d39ab3c19d1cf7debddb716cc1f0
Author: Antonela <hola at antonela.me>
Date:   Tue Nov 12 19:57:42 2019 +0900

    Fix floating menu issue
---
 templates/pagenav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/pagenav.html b/templates/pagenav.html
index 7d38397..617242d 100644
--- a/templates/pagenav.html
+++ b/templates/pagenav.html
@@ -1,4 +1,4 @@
-<div class="container-fluid border-bottom border-light bg-white sticky">
+<div class="container-fluid border-bottom border-light bg-white sticky-top">
   <div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}">
     <div class="row col-12 justify-content-center">
       <ul class="nav">



More information about the tor-commits mailing list