summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 13:20:11 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 13:20:11 +0000
commit8e249e713f513fbebb6f7c4078aa3815879d8ef8 (patch)
tree65ec1b09037d92f6e2c58939cd4adf3f29923d47
parent81dba76b9d7d120cd22e3619a4058bd4885be9bc (diff)
parent2d52a628867c4c718413d0b93835f89b084d1693 (diff)
downloadgitlab-ce-8e249e713f513fbebb6f7c4078aa3815879d8ef8.tar.gz
Merge branch '33861-more-actions-dropdown-hidden-by-end-of-diff' into 'master'
Resolve "More actions dropdown hidden by end of diff" Closes #33861 See merge request !12380
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 631649b363f..55011e8a21b 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -20,8 +20,6 @@
}
.diff-content {
- overflow: auto;
- overflow-y: hidden;
background: $white-light;
color: $gl-text-color;
border-radius: 0 0 3px 3px;