diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-30 13:20:11 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-04 19:44:20 +0100 |
commit | b67548e4b939161ac6e59ef88366696251e955fd (patch) | |
tree | 1fc8e89c3dc9ee8278c4a619ab1e42c9d642bd21 /app | |
parent | ca02e0e0d11964d5f958b5670f7140bc654cfadb (diff) | |
download | gitlab-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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 2 |
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; |