summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-21 08:04:25 +0100
committerPhil Hughes <me@iamphill.com>2017-09-22 13:00:50 +0100
commitda6ff6519818fafe38433599b663a4aeff1007c1 (patch)
treee19fc098cb1d6504680971926a71c26cdaaa66cb
parent734bb736258293e213fb0580f1f0b15618a78bc2 (diff)
downloadgitlab-ce-da6ff6519818fafe38433599b663a4aeff1007c1.tar.gz
spec fixes
-rw-r--r--app/assets/stylesheets/test.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/test.scss b/app/assets/stylesheets/test.scss
index 7d9f3da79c5..06733b7f1a9 100644
--- a/app/assets/stylesheets/test.scss
+++ b/app/assets/stylesheets/test.scss
@@ -15,3 +15,9 @@
-ms-animation: none !important;
animation: none !important;
}
+
+// Disable sticky changes bar for tests
+.diff-files-changed {
+ position: relative !important;
+ top: 0 !important;
+}