Fix bottom position of scroll buttons in build log page

This commit is contained in:
Achilleas Pipinellis
2015-11-10 22:31:16 +02:00
parent f162ed7aeb
commit 88836e2ab6
+2 -2
View File
@@ -21,7 +21,7 @@
.autoscroll-container {
position: fixed;
bottom: 10px;
bottom: 20px;
right: 20px;
z-index: 100;
}
@@ -34,7 +34,7 @@
a {
display: block;
margin-bottom: 5px;
margin-bottom: 10px;
}
}