]> git.agnieray.net Git - galette.git/blobdiff - ui/semantic/galette/globals/site.overrides
Fix back to top button
[galette.git] / ui / semantic / galette / globals / site.overrides
index 0c7a7a2e6e3e2579ede35b1cb7c0a037fe0d8d65..166f033c56a70d8539b95cc5c6ccb38e46ba9077 100644 (file)
@@ -288,15 +288,12 @@ ul.leaders span + span {
     Back top top button
 --------------------------*/
 #back2top {
+  display: none;
   position: fixed;
-  right: 0;
-  bottom: 0;
+  right: .5rem;
+  bottom: .5rem;
   z-index: 2;
-  opacity: 0.45;
-}
-
-#back2top:hover {
-  opacity: 1;
+  border: 1px solid @borderColor;
 }
 
 /*------------------------------------------------