summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-06-05 09:46:29 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-06-06 11:34:19 -0500
commit07b390f2e4d28f13433981bd5e6d0c5bd82ba72e (patch)
tree2def2e3165e82143c95e7b3f605ea2eb41e0211b
parent0dd7563b7c91141f545432e9082906ebb196a38d (diff)
downloadgitlab-ce-07b390f2e4d28f13433981bd5e6d0c5bd82ba72e.tar.gz
Fix board dropdown being cropped
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 1c3d312f7ac..b2416a3d5bc 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -282,9 +282,6 @@
box-shadow: 0 1px 2px $issue-boards-card-shadow;
list-style: none;
- // as a fallback, hide overflow content so that dragging and dropping still works
- overflow: hidden;
-
&:not(:last-child) {
margin-bottom: 5px;
}