summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 17:02:39 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 17:02:39 +0000
commitd5eaa62c472793058be392ac46bc485f2fc258a7 (patch)
treec2f4b3d9988f13039bccef2eddff8c06135881da /app
parent2d2cdd64306a69aba852dd3ce26cb89b1c25655c (diff)
parent3f76d7451ae43ca30a4a615d35d2dbc65ec234ec (diff)
downloadgitlab-ce-d5eaa62c472793058be392ac46bc485f2fc258a7.tar.gz
Merge branch '28253-fix-buid-scroll-button-position' into 'master'
Fix positioning of top scroll button Closes #28253 See merge request !9276
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/builds.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index fd101d43b5b..a24292a7c8c 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -91,7 +91,7 @@
}
&.scroll-top {
- top: 110px;
+ top: 10px;
}
&.scroll-bottom {