diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-06-30 13:20:09 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-30 13:20:09 +0000 |
commit | 2d52a628867c4c718413d0b93835f89b084d1693 (patch) | |
tree | 65ec1b09037d92f6e2c58939cd4adf3f29923d47 | |
parent | 81dba76b9d7d120cd22e3619a4058bd4885be9bc (diff) | |
download | gitlab-ce-2d52a628867c4c718413d0b93835f89b084d1693.tar.gz |
Resolve "More actions dropdown hidden by end of diff"
-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 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; |