summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-15 12:05:07 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-15 12:05:07 -0500
commitc659c836f068b4cb1a7b48df0dad9d2fe5749ee4 (patch)
tree1375c4f314c83740cde5420985db764f8c32b455
parent2ac0050bce040cb8b6b9caf02af6904c17c0900c (diff)
downloadgitlab-ce-15104-mobile-comment-bug.tar.gz
Discussion note icon shows up when you click on diff on touch screen15104-mobile-comment-bug
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 183f22a1b24..9dd87ba2066 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -34,6 +34,7 @@
background: #fff;
color: #333;
border-radius: 0 0 3px 3px;
+ -webkit-overflow-scrolling: auto;
.unfold {
cursor: pointer;
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index ce44f5aa13b..60559cce8a9 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -286,7 +286,7 @@ ul.notes {
padding: 4px;
font-size: 16px;
color: $gl-link-color;
- margin-left: -60px;
+ margin-left: -56px;
position: absolute;
z-index: 10;
width: 32px;