summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 13:20:11 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-04 19:44:20 +0100
commitb67548e4b939161ac6e59ef88366696251e955fd (patch)
tree1fc8e89c3dc9ee8278c4a619ab1e42c9d642bd21
parentca02e0e0d11964d5f958b5670f7140bc654cfadb (diff)
downloadgitlab-ce-b67548e4b939161ac6e59ef88366696251e955fd.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 b58922626fa..b7ff63edb51 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;