Commit 758c8597 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'patch-28' into 'master'

fix board list vertical scroll bar always shows up

See merge request gitlab-org/gitlab-ce!20481
parents 912d068d 0509a5cc
......@@ -273,7 +273,7 @@
margin-bottom: 0;
padding: 5px;
list-style: none;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment