Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-09-26 10:49:33 +0300
committerPhil Hughes <me@iamphill.com>2018-09-26 10:49:33 +0300
commit758c85978d25ba2cb77061de9046cd3120898604 (patch)
tree32a9979b9a6806648dd16bdc58dc5c8e49017aae /app/assets
parent912d068dc6411af03af85cabb6bcaacbe64b5e80 (diff)
parent0509a5cc9c68d6aab8c59cc54c0e8c17006a2a1b (diff)
Merge branch 'patch-28' into 'master'
fix board list vertical scroll bar always shows up See merge request gitlab-org/gitlab-ce!20481
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/boards.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 48db91a5786..b3c5c693824 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -273,7 +273,7 @@
margin-bottom: 0;
padding: 5px;
list-style: none;
- overflow-y: scroll;
+ overflow-y: auto;
overflow-x: hidden;
}