Fix board dropdown being cropped

This commit is contained in:
Paul Slaughter 2018-06-05 09:46:29 -05:00
parent 0dd7563b7c
commit 07b390f2e4

View file

@ -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;
}